Interface IStockAndCashMerger
Encapsulates the stock and cash merger information from Alpaca APIs.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IStockAndCashMerger
Properties
| Improve this Doc View SourceAcquireeRate
Gets the acquiree rate
Declaration
Decimal AcquireeRate { get; }
Property Value
| Type | Description |
|---|---|
| Decimal |
AcquireeSymbol
Gets the acquiree symbol
Declaration
String AcquireeSymbol { get; }
Property Value
| Type | Description |
|---|---|
| String |
AcquirerRate
Gets the acquirer rate
Declaration
Decimal AcquirerRate { get; }
Property Value
| Type | Description |
|---|---|
| Decimal |
AcquirerSymbol
Gets the acquirer symbol
Declaration
String AcquirerSymbol { get; }
Property Value
| Type | Description |
|---|---|
| String |
CashRate
Gets the cash rate
Declaration
Decimal CashRate { get; }
Property Value
| Type | Description |
|---|---|
| Decimal |
EffectiveDate
Gets the stock and cash merger effective date
Declaration
DateOnly EffectiveDate { get; }
Property Value
| Type | Description |
|---|---|
| DateOnly |
PayableDate
Gets the stock and cash merger payable date
Declaration
DateOnly? PayableDate { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateOnly> |
ProcessDate
Gets the stock and cash merger process date
Declaration
DateOnly ProcessDate { get; }
Property Value
| Type | Description |
|---|---|
| DateOnly |