Lean
$LEAN_TAG$
|
Provides user-facing messages for the Securities.Security class and its consumers or related classes More...
Static Public Attributes | |
static string | ValidSymbolPropertiesInstanceRequired = "Security requires a valid SymbolProperties instance." |
String message saying: Security requires a valid SymbolProperties instance More... | |
static string | UnmatchingQuoteCurrencies = "symbolProperties.QuoteCurrency must match the quoteCurrency.Symbol" |
String message saying: symbolProperties.QuoteCurrency must match the quoteCurrency.Symbol More... | |
static string | SetLocalTimeKeeperMustBeCalledBeforeUsingLocalTime |
String message saying: Security.SetLocalTimeKeeper(LocalTimeKeeper) must be called in order to use the LocalTime property More... | |
static string | UnmatchingSymbols = "Symbols must match." |
String message saying: Symbols must match More... | |
static string | UnmatchingExchangeTimeZones = "ExchangeTimeZones must match." |
String message saying: ExchangeTimeZones must match More... | |
Provides user-facing messages for the Securities.Security class and its consumers or related classes
Definition at line 706 of file Messages.Securities.cs.
|
static |
String message saying: Security requires a valid SymbolProperties instance
Definition at line 711 of file Messages.Securities.cs.
|
static |
String message saying: symbolProperties.QuoteCurrency must match the quoteCurrency.Symbol
Definition at line 716 of file Messages.Securities.cs.
|
static |
String message saying: Security.SetLocalTimeKeeper(LocalTimeKeeper) must be called in order to use the LocalTime property
Definition at line 721 of file Messages.Securities.cs.
|
static |
String message saying: Symbols must match
Definition at line 727 of file Messages.Securities.cs.
|
static |
String message saying: ExchangeTimeZones must match
Definition at line 732 of file Messages.Securities.cs.