Interface IRedemption
Encapsulates the redemption information from Alpaca APIs.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IRedemption
Properties
| Improve this Doc View SourcePayableDate
Gets the redemption payable date
Declaration
DateOnly? PayableDate { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateOnly> |
ProcessDate
Gets the redemption 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 |
Symbol
Gets the symbol
Declaration
String Symbol { get; }
Property Value
| Type | Description |
|---|---|
| String |