Lean  $LEAN_TAG$
QuantConnect.Messages.SymbolProperties Class Reference

Provides user-facing messages for the Securities.SymbolProperties class and its consumers or related classes More...

Static Public Member Functions

static string ToString (Securities.SymbolProperties instance)
 Parses a given SymbolProperties object into a string message More...
 

Static Public Attributes

static string InvalidLotSize = "SymbolProperties LotSize can not be less than or equal to 0"
 String message saying the SymbolProperties LotSize can not be less than or equal to 0 More...
 
static string InvalidPriceMagnifier = "SymbolProprties PriceMagnifier can not be less than or equal to 0"
 String message saying the SymbolProperties PriceMagnifier can not be less than or equal to 0 More...
 
static string InvalidStrikeMultiplier = "SymbolProperties StrikeMultiplier can not be less than or equal to 0"
 String message saying the SymbolProperties StrikeMultiplier can not be less than or equal to 0 More...
 

Detailed Description

Provides user-facing messages for the Securities.SymbolProperties class and its consumers or related classes

Definition at line 973 of file Messages.Securities.cs.

Member Function Documentation

◆ ToString()

static string QuantConnect.Messages.SymbolProperties.ToString ( Securities.SymbolProperties  instance)
static

Parses a given SymbolProperties object into a string message

Definition at line 994 of file Messages.Securities.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ InvalidLotSize

string QuantConnect.Messages.SymbolProperties.InvalidLotSize = "SymbolProperties LotSize can not be less than or equal to 0"
static

String message saying the SymbolProperties LotSize can not be less than or equal to 0

Definition at line 978 of file Messages.Securities.cs.

◆ InvalidPriceMagnifier

string QuantConnect.Messages.SymbolProperties.InvalidPriceMagnifier = "SymbolProprties PriceMagnifier can not be less than or equal to 0"
static

String message saying the SymbolProperties PriceMagnifier can not be less than or equal to 0

Definition at line 983 of file Messages.Securities.cs.

◆ InvalidStrikeMultiplier

string QuantConnect.Messages.SymbolProperties.InvalidStrikeMultiplier = "SymbolProperties StrikeMultiplier can not be less than or equal to 0"
static

String message saying the SymbolProperties StrikeMultiplier can not be less than or equal to 0

Definition at line 988 of file Messages.Securities.cs.


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