Show / Hide Table of Contents

Interface ISpinOff

Encapsulates the spin-off information from Alpaca APIs.

Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface ISpinOff

Properties

| Improve this Doc View Source

DueBillRedemptionDate

Gets the spin-off due bill redemption date

Declaration
DateOnly? DueBillRedemptionDate { get; }
Property Value
Type Description
System.Nullable<DateOnly>
| Improve this Doc View Source

ExecutionDate

Gets the spin-off execution date

Declaration
DateOnly ExecutionDate { get; }
Property Value
Type Description
DateOnly
| Improve this Doc View Source

NewRate

Gets the spin-off new rate

Declaration
Decimal NewRate { get; }
Property Value
Type Description
Decimal
| Improve this Doc View Source

NewSymbol

Gets the new symbol

Declaration
String NewSymbol { get; }
Property Value
Type Description
String
| Improve this Doc View Source

PayableDate

Gets the spin-off payable date

Declaration
DateOnly? PayableDate { get; }
Property Value
Type Description
System.Nullable<DateOnly>
| Improve this Doc View Source

ProcessDate

Gets the spin-off process date

Declaration
DateOnly ProcessDate { get; }
Property Value
Type Description
DateOnly
| Improve this Doc View Source

RecordDate

Gets the spin-off record date

Declaration
DateOnly? RecordDate { get; }
Property Value
Type Description
System.Nullable<DateOnly>
| Improve this Doc View Source

SourceRate

Gets the spin-off source rate

Declaration
Decimal SourceRate { get; }
Property Value
Type Description
Decimal
| Improve this Doc View Source

SourceSymbol

Gets the source symbol

Declaration
String SourceSymbol { get; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX