Interface ICorporateActionsResponse
Encapsulates the historical corporate action response page with different corporate action types inside.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface ICorporateActionsResponse
Properties
| Improve this Doc View SourceCashDividends
Gets list of ICashDividend items from the response page.
Declaration
IReadOnlyList<ICashDividend> CashDividends { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<ICashDividend> |
CashMergers
Gets list of ICashMerger items from the response page.
Declaration
IReadOnlyList<ICashMerger> CashMergers { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<ICashMerger> |
ForwardSplits
Gets list of IForwardSplit items from the response page.
Declaration
IReadOnlyList<IForwardSplit> ForwardSplits { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IForwardSplit> |
NameChanges
Gets list of INameChange items from the response page.
Declaration
IReadOnlyList<INameChange> NameChanges { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<INameChange> |
NextPageToken
Gets the next page token for continuation. If value of this property
equals to null
this page is the last one and no more data is available.
Declaration
String? NextPageToken { get; }
Property Value
Type | Description |
---|---|
System.Nullable<String> |
Redemptions
Gets list of IRedemption items from the response page.
Declaration
IReadOnlyList<IRedemption> Redemptions { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IRedemption> |
ReverseSplits
Gets list of IReverseSplit items from the response page.
Declaration
IReadOnlyList<IReverseSplit> ReverseSplits { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IReverseSplit> |
RightsDistributions
Gets list of IRightsDistribution items from the response page.
Declaration
IReadOnlyList<IRightsDistribution> RightsDistributions { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IRightsDistribution> |
SpinOffs
Gets list of ISpinOff items from the response page.
Declaration
IReadOnlyList<ISpinOff> SpinOffs { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<ISpinOff> |
StockAndCashMergers
Gets list of IStockAndCashMerger items from the response page.
Declaration
IReadOnlyList<IStockAndCashMerger> StockAndCashMergers { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IStockAndCashMerger> |
StockDividends
Gets list of IStockDividend items from the response page.
Declaration
IReadOnlyList<IStockDividend> StockDividends { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IStockDividend> |
StockMergers
Gets list of IStockMerger items from the response page.
Declaration
IReadOnlyList<IStockMerger> StockMergers { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IStockMerger> |
UnitSplits
Gets list of IUnitSplit items from the response page.
Declaration
IReadOnlyList<IUnitSplit> UnitSplits { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IUnitSplit> |
WorthlessRemovals
Gets list of IWorthlessRemoval items from the response page.
Declaration
IReadOnlyList<IWorthlessRemoval> WorthlessRemovals { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IWorthlessRemoval> |