|
Lean
$LEAN_TAG$
|
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... | |
Provides user-facing messages for the Securities.SymbolProperties class and its consumers or related classes
Definition at line 973 of file Messages.Securities.cs.
|
static |
Parses a given SymbolProperties object into a string message
Definition at line 994 of file Messages.Securities.cs.
|
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.
|
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.
|
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.