Show / Hide Table of Contents

Interface IUnitSplit

Encapsulates the unit split information from Alpaca APIs.

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

Properties

| Improve this Doc View Source

AlternateRate

Gets the unit split alternate rate

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

AlternateSymbol

Gets the alternate symbol

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

EffectiveDate

Gets the unit split effective date

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

NewRate

Gets the unit split 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

OldRate

Gets the unit split old rate

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

OldSymbol

Gets the old symbol

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

PayableDate

Gets the unit split payable date

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

ProcessDate

Gets the unit split process date

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