Interface IRightsDistribution
Encapsulates the right distribution information from Alpaca APIs.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IRightsDistribution
Properties
| Improve this Doc View SourceExecutionDate
Gets the right distribution execution date
Declaration
DateOnly ExecutionDate { get; }
Property Value
Type | Description |
---|---|
DateOnly |
ExpirationDate
Gets the right distribution expiration date
Declaration
DateOnly? ExpirationDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<DateOnly> |
NewSymbol
Gets the new symbol
Declaration
String NewSymbol { get; }
Property Value
Type | Description |
---|---|
String |
PayableDate
Gets the right distribution payable date
Declaration
DateOnly? PayableDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<DateOnly> |
ProcessDate
Gets the right distribution process date
Declaration
DateOnly ProcessDate { get; }
Property Value
Type | Description |
---|---|
DateOnly |
Rate
Gets the right distribution rate
Declaration
Decimal Rate { get; }
Property Value
Type | Description |
---|---|
Decimal |
RecordDate
Gets the right distribution record date
Declaration
DateOnly? RecordDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<DateOnly> |
SourceSymbol
Gets the source symbol
Declaration
String SourceSymbol { get; }
Property Value
Type | Description |
---|---|
String |