Interface IStockMerger
Encapsulates the stock merger information from Alpaca APIs.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IStockMerger
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 |
EffectiveDate
Gets the stock merger effective date
Declaration
DateOnly EffectiveDate { get; }
Property Value
Type | Description |
---|---|
DateOnly |
PayableDate
Gets the stock merger payable date
Declaration
DateOnly? PayableDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<DateOnly> |
ProcessDate
Gets the stock merger process date
Declaration
DateOnly ProcessDate { get; }
Property Value
Type | Description |
---|---|
DateOnly |