Interface IForwardSplit
Encapsulates the forward split information from Alpaca APIs.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IForwardSplit
Properties
| Improve this Doc View SourceDueBillRedemptionDate
Gets the forward split due bill redemption date
Declaration
DateOnly? DueBillRedemptionDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<DateOnly> |
ExecutionDate
Gets the forward split execution date
Declaration
DateOnly ExecutionDate { get; }
Property Value
Type | Description |
---|---|
DateOnly |
NewRate
Gets the forward split new rate
Declaration
Decimal NewRate { get; }
Property Value
Type | Description |
---|---|
Decimal |
OldRate
Gets the forward split old rate
Declaration
Decimal OldRate { get; }
Property Value
Type | Description |
---|---|
Decimal |
PayableDate
Gets the forward split payable date
Declaration
DateOnly? PayableDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<DateOnly> |
ProcessDate
Gets the forward split process date
Declaration
DateOnly ProcessDate { get; }
Property Value
Type | Description |
---|---|
DateOnly |
RecordDate
Gets the forward split record date
Declaration
DateOnly? RecordDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<DateOnly> |
Symbol
Gets the symbol
Declaration
String Symbol { get; }
Property Value
Type | Description |
---|---|
String |