Show / Hide Table of Contents

Interface ICashDividend

Encapsulates the cash dividend information from Alpaca APIs.

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

Properties

| Improve this Doc View Source

DueBillOffDate

Gets the cash dividend due bill off date

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

DueBillOnDate

Gets the cash dividend due bill on date

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

ExecutionDate

Gets the cash dividend execution date

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

IsForeign

Gets the foreign flag

Declaration
Boolean IsForeign { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

IsSpecial

Gets te special flag

Declaration
Boolean IsSpecial { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

PayableDate

Gets the cash dividend payable date

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

ProcessDate

Gets the cash dividend process date

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

Rate

Gets the dividend rate

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

RecordDate

Gets the cash dividend 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