Interface IStockDividend
Encapsulates the stock dividend information from Alpaca APIs.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IStockDividend
Properties
| Improve this Doc View SourceExecutionDate
Gets the stock dividend execution date
Declaration
DateOnly ExecutionDate { get; }
Property Value
Type | Description |
---|---|
DateOnly |
PayableDate
Gets the stock dividend payable date
Declaration
DateOnly? PayableDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<DateOnly> |
ProcessDate
Gets the stock dividend process date
Declaration
DateOnly ProcessDate { get; }
Property Value
Type | Description |
---|---|
DateOnly |
Rate
Gets the dividend rate
Declaration
Decimal Rate { get; }
Property Value
Type | Description |
---|---|
Decimal |
RecordDate
Gets the stock dividend 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 |