Show / Hide Table of Contents

Interface ICashMerger

Encapsulates the cash merger information from Alpaca APIs.

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

Properties

| Improve this Doc View Source

AcquireeSymbol

Gets the acquiree symbol

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

AcquirerSymbol

Gets the acquirer symbol

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

EffectiveDate

Gets the cash merger effective date

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

PayableDate

Gets the cash merger payable date

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

ProcessDate

Gets the cash merger process date

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

Rate

Gets the cash merger rate

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