Show / Hide Table of Contents

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 Source

ExecutionDate

Gets the right distribution execution date

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

ExpirationDate

Gets the right distribution expiration date

Declaration
DateOnly? ExpirationDate { get; }
Property Value
Type Description
System.Nullable<DateOnly>
| 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 right distribution payable date

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

ProcessDate

Gets the right distribution process date

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

Rate

Gets the right distribution rate

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

RecordDate

Gets the right distribution record date

Declaration
DateOnly? RecordDate { get; }
Property Value
Type Description
System.Nullable<DateOnly>
| 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