Lean  $LEAN_TAG$
QuantConnect.Messages.Security Class Reference

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."
 
static string UnmatchingQuoteCurrencies = "symbolProperties.QuoteCurrency must match the quoteCurrency.Symbol"
 
static string SetLocalTimeKeeperMustBeCalledBeforeUsingLocalTime
 
static string UnmatchingSymbols = "Symbols must match."
 
static string UnmatchingExchangeTimeZones = "ExchangeTimeZones must match."
 

Detailed Description

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

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

Member Data Documentation

◆ SetLocalTimeKeeperMustBeCalledBeforeUsingLocalTime

string QuantConnect.Messages.Security.SetLocalTimeKeeperMustBeCalledBeforeUsingLocalTime
static
Initial value:
=
"Security.SetLocalTimeKeeper(LocalTimeKeeper) must be called in order to use the LocalTime property."

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


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