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 SourceAcquireeSymbol
Gets the acquiree symbol
Declaration
String AcquireeSymbol { get; }
Property Value
Type | Description |
---|---|
String |
AcquirerSymbol
Gets the acquirer symbol
Declaration
String? AcquirerSymbol { get; }
Property Value
Type | Description |
---|---|
System.Nullable<String> |
EffectiveDate
Gets the cash merger effective date
Declaration
DateOnly EffectiveDate { get; }
Property Value
Type | Description |
---|---|
DateOnly |
PayableDate
Gets the cash merger payable date
Declaration
DateOnly? PayableDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<DateOnly> |
ProcessDate
Gets the cash merger process date
Declaration
DateOnly ProcessDate { get; }
Property Value
Type | Description |
---|---|
DateOnly |
Rate
Gets the cash merger rate
Declaration
Decimal Rate { get; }
Property Value
Type | Description |
---|---|
Decimal |