Lean  $LEAN_TAG$
QuantConnect.Messages.MarketHoursDatabase Class Reference

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

Static Public Member Functions

static string ExchangeHoursNotFound (Securities.SecurityDatabaseKey key, IEnumerable< Securities.SecurityDatabaseKey > availableKeys=null)
 Returns a string message saying it was impossible to locate exchange hours for the given key. It also mentiones the available keys More...
 
static string SuggestedMarketBasedOnTicker (string market)
 Returns a string message that suggests the given market based on the provided ticker More...
 

Static Public Attributes

static string FutureUsaMarketTypeNoLongerSupported
 String message saying: Future.Usa market type is no longer supported as we mapped each ticker to its actual exchange More...
 

Detailed Description

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

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

Member Function Documentation

◆ ExchangeHoursNotFound()

static string QuantConnect.Messages.MarketHoursDatabase.ExchangeHoursNotFound ( Securities.SecurityDatabaseKey  key,
IEnumerable< Securities.SecurityDatabaseKey availableKeys = null 
)
static

Returns a string message saying it was impossible to locate exchange hours for the given key. It also mentiones the available keys

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

Here is the caller graph for this function:

◆ SuggestedMarketBasedOnTicker()

static string QuantConnect.Messages.MarketHoursDatabase.SuggestedMarketBasedOnTicker ( string  market)
static

Returns a string message that suggests the given market based on the provided ticker

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

Here is the caller graph for this function:

Member Data Documentation

◆ FutureUsaMarketTypeNoLongerSupported

string QuantConnect.Messages.MarketHoursDatabase.FutureUsaMarketTypeNoLongerSupported
static
Initial value:
=
"Future.Usa market type is no longer supported as we mapped each ticker to its actual exchange. " +
"Please find your specific market in the symbol-properties database."

String message saying: Future.Usa market type is no longer supported as we mapped each ticker to its actual exchange

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


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