Show / Hide Table of Contents

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 Source

CashDividends

Gets list of ICashDividend items from the response page.

Declaration
IReadOnlyList<ICashDividend> CashDividends { get; }
Property Value
Type Description
IReadOnlyList<ICashDividend>
| Improve this Doc View Source

CashMergers

Gets list of ICashMerger items from the response page.

Declaration
IReadOnlyList<ICashMerger> CashMergers { get; }
Property Value
Type Description
IReadOnlyList<ICashMerger>
| Improve this Doc View Source

ForwardSplits

Gets list of IForwardSplit items from the response page.

Declaration
IReadOnlyList<IForwardSplit> ForwardSplits { get; }
Property Value
Type Description
IReadOnlyList<IForwardSplit>
| Improve this Doc View Source

NameChanges

Gets list of INameChange items from the response page.

Declaration
IReadOnlyList<INameChange> NameChanges { get; }
Property Value
Type Description
IReadOnlyList<INameChange>
| Improve this Doc View Source

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>
| Improve this Doc View Source

Redemptions

Gets list of IRedemption items from the response page.

Declaration
IReadOnlyList<IRedemption> Redemptions { get; }
Property Value
Type Description
IReadOnlyList<IRedemption>
| Improve this Doc View Source

ReverseSplits

Gets list of IReverseSplit items from the response page.

Declaration
IReadOnlyList<IReverseSplit> ReverseSplits { get; }
Property Value
Type Description
IReadOnlyList<IReverseSplit>
| Improve this Doc View Source

RightsDistributions

Gets list of IRightsDistribution items from the response page.

Declaration
IReadOnlyList<IRightsDistribution> RightsDistributions { get; }
Property Value
Type Description
IReadOnlyList<IRightsDistribution>
| Improve this Doc View Source

SpinOffs

Gets list of ISpinOff items from the response page.

Declaration
IReadOnlyList<ISpinOff> SpinOffs { get; }
Property Value
Type Description
IReadOnlyList<ISpinOff>
| Improve this Doc View Source

StockAndCashMergers

Gets list of IStockAndCashMerger items from the response page.

Declaration
IReadOnlyList<IStockAndCashMerger> StockAndCashMergers { get; }
Property Value
Type Description
IReadOnlyList<IStockAndCashMerger>
| Improve this Doc View Source

StockDividends

Gets list of IStockDividend items from the response page.

Declaration
IReadOnlyList<IStockDividend> StockDividends { get; }
Property Value
Type Description
IReadOnlyList<IStockDividend>
| Improve this Doc View Source

StockMergers

Gets list of IStockMerger items from the response page.

Declaration
IReadOnlyList<IStockMerger> StockMergers { get; }
Property Value
Type Description
IReadOnlyList<IStockMerger>
| Improve this Doc View Source

UnitSplits

Gets list of IUnitSplit items from the response page.

Declaration
IReadOnlyList<IUnitSplit> UnitSplits { get; }
Property Value
Type Description
IReadOnlyList<IUnitSplit>
| Improve this Doc View Source

WorthlessRemovals

Gets list of IWorthlessRemoval items from the response page.

Declaration
IReadOnlyList<IWorthlessRemoval> WorthlessRemovals { get; }
Property Value
Type Description
IReadOnlyList<IWorthlessRemoval>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX