Show / Hide Table of Contents

Interface IReverseSplit

Encapsulates the reverse split information from Alpaca APIs.

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

Properties

| Improve this Doc View Source

ExecutionDate

Gets the reverse split execution date

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

NewRate

Gets the reverse split new rate

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

OldRate

Gets the reverse split old rate

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

PayableDate

Gets the reverse split payable date

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

ProcessDate

Gets the reverse split process date

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

RecordDate

Gets the reverse split record date

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

Symbol

Gets the symbol

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