Lean  $LEAN_TAG$
QuantConnect.ToolBox.LeanInstrument Class Reference

Represents a single instrument as listed in the file instruments.txt More...

Properties

string Symbol [get, set]
 The symbol of the instrument More...
 
string Name [get, set]
 The name/description of the instrument More...
 
SecurityType Type [get, set]
 The instrument type More...
 
double PointValue [get, set]
 The point value More...
 

Detailed Description

Represents a single instrument as listed in the file instruments.txt

Definition at line 21 of file LeanInstrument.cs.

Property Documentation

◆ Symbol

string QuantConnect.ToolBox.LeanInstrument.Symbol
getset

The symbol of the instrument

Definition at line 26 of file LeanInstrument.cs.

◆ Name

string QuantConnect.ToolBox.LeanInstrument.Name
getset

The name/description of the instrument

Definition at line 31 of file LeanInstrument.cs.

◆ Type

SecurityType QuantConnect.ToolBox.LeanInstrument.Type
getset

The instrument type

Definition at line 36 of file LeanInstrument.cs.

◆ PointValue

double QuantConnect.ToolBox.LeanInstrument.PointValue
getset

The point value

Definition at line 41 of file LeanInstrument.cs.


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