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."
 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...
 

Detailed Description

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

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

Member Data Documentation

◆ ValidSymbolPropertiesInstanceRequired

string QuantConnect.Messages.Security.ValidSymbolPropertiesInstanceRequired = "Security requires a valid SymbolProperties instance."
static

String message saying: Security requires a valid SymbolProperties instance

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

◆ UnmatchingQuoteCurrencies

string QuantConnect.Messages.Security.UnmatchingQuoteCurrencies = "symbolProperties.QuoteCurrency must match the quoteCurrency.Symbol"
static

String message saying: symbolProperties.QuoteCurrency must match the quoteCurrency.Symbol

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

◆ SetLocalTimeKeeperMustBeCalledBeforeUsingLocalTime

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

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.

◆ UnmatchingSymbols

string QuantConnect.Messages.Security.UnmatchingSymbols = "Symbols must match."
static

String message saying: Symbols must match

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

◆ UnmatchingExchangeTimeZones

string QuantConnect.Messages.Security.UnmatchingExchangeTimeZones = "ExchangeTimeZones must match."
static

String message saying: ExchangeTimeZones must match

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


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