Show / Hide Table of Contents

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 Source

AcquireeRate

Gets the acquiree rate

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

AcquireeSymbol

Gets the acquiree symbol

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

AcquirerRate

Gets the acquirer rate

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

AcquirerSymbol

Gets the acquirer symbol

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

EffectiveDate

Gets the stock merger effective date

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

PayableDate

Gets the stock merger payable date

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

ProcessDate

Gets the stock merger process date

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