Show / Hide Table of Contents

Interface IOptionContract

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

Properties

| Improve this Doc View Source

ClosePrice

Get option contract close price.

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

ClosePriceDate

Get option contract close price date.

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

ContractId

Gets unique option contract identifier used by Alpaca.

Declaration
Guid ContractId { get; }
Property Value
Type Description
Guid
| Improve this Doc View Source

ExpirationDate

Get option contract expiration date.

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

IsTradable

Returns true if asset is tradable.

Declaration
Boolean IsTradable { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Name

Gets option contract name.

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

OpenInterest

Get option contract open interest.

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

OpenInterestDate

Get option contract open interest date.

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

OptionStyle

Get option contract execution style.

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

OptionType

Get option contract type.

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

RootSymbol

Get option contract root asset Symbol property.

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

Size

Get option contract size.

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

Status

Get option contract status in API.

Declaration
AssetStatus Status { get; }
Property Value
Type Description
AssetStatus
| Improve this Doc View Source

StrikePrice

Get option contract strike price.

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

Symbol

Get option contract symbol.

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

UnderlyingAssetId

Get option contract underlying asset AssetId property.

Declaration
Guid UnderlyingAssetId { get; }
Property Value
Type Description
Guid
| Improve this Doc View Source

UnderlyingSymbol

Get option contract underlying asset Symbol property.

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