Lean  $LEAN_TAG$
QuantConnect.SymbolRepresentation.OptionTickerProperties Class Reference

Class contains option ticker properties returned by ParseOptionTickerIQFeed() More...

Properties

string Underlying [get, set]
 Underlying name More...
 
OptionRight OptionRight [get, set]
 Option right More...
 
decimal OptionStrike [get, set]
 Option strike More...
 
DateTime ExpirationDate [get, set]
 Expiration date More...
 

Detailed Description

Class contains option ticker properties returned by ParseOptionTickerIQFeed()

Definition at line 70 of file SymbolRepresentation.cs.

Property Documentation

◆ Underlying

string QuantConnect.SymbolRepresentation.OptionTickerProperties.Underlying
getset

Underlying name

Definition at line 75 of file SymbolRepresentation.cs.

◆ OptionRight

OptionRight QuantConnect.SymbolRepresentation.OptionTickerProperties.OptionRight
getset

Option right

Definition at line 80 of file SymbolRepresentation.cs.

◆ OptionStrike

decimal QuantConnect.SymbolRepresentation.OptionTickerProperties.OptionStrike
getset

Option strike

Definition at line 85 of file SymbolRepresentation.cs.

◆ ExpirationDate

DateTime QuantConnect.SymbolRepresentation.OptionTickerProperties.ExpirationDate
getset

Expiration date

Definition at line 90 of file SymbolRepresentation.cs.


The documentation for this class was generated from the following file: