Interface IUnitSplit
Encapsulates the unit split information from Alpaca APIs.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IUnitSplit
Properties
| Improve this Doc View SourceAlternateRate
Gets the unit split alternate rate
Declaration
Decimal AlternateRate { get; }
Property Value
Type | Description |
---|---|
Decimal |
AlternateSymbol
Gets the alternate symbol
Declaration
String AlternateSymbol { get; }
Property Value
Type | Description |
---|---|
String |
EffectiveDate
Gets the unit split effective date
Declaration
DateOnly EffectiveDate { get; }
Property Value
Type | Description |
---|---|
DateOnly |
NewRate
Gets the unit split new rate
Declaration
Decimal NewRate { get; }
Property Value
Type | Description |
---|---|
Decimal |
NewSymbol
Gets the new symbol
Declaration
String NewSymbol { get; }
Property Value
Type | Description |
---|---|
String |
OldRate
Gets the unit split old rate
Declaration
Decimal OldRate { get; }
Property Value
Type | Description |
---|---|
Decimal |
OldSymbol
Gets the old symbol
Declaration
String OldSymbol { get; }
Property Value
Type | Description |
---|---|
String |
PayableDate
Gets the unit split payable date
Declaration
DateOnly? PayableDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<DateOnly> |
ProcessDate
Gets the unit split process date
Declaration
DateOnly ProcessDate { get; }
Property Value
Type | Description |
---|---|
DateOnly |