Lean  $LEAN_TAG$
QuantConnect.Messages.SymbolCache Class Reference

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

Static Public Member Functions

static string UnableToLocateTicker (string ticker)
 Returns a string message saying the given ticker could not be localized More...
 
static string MultipleMatchingTickersLocated (IEnumerable< string > tickers)
 Returns a string message saying mutiple potentially matching tickers were localized More...
 

Detailed Description

Provides user-facing messages for the QuantConnect.SymbolCache class and its consumers or related classes

Definition at line 820 of file Messages.QuantConnect.cs.

Member Function Documentation

◆ UnableToLocateTicker()

static string QuantConnect.Messages.SymbolCache.UnableToLocateTicker ( string  ticker)
static

Returns a string message saying the given ticker could not be localized

Definition at line 826 of file Messages.QuantConnect.cs.

Here is the caller graph for this function:

◆ MultipleMatchingTickersLocated()

static string QuantConnect.Messages.SymbolCache.MultipleMatchingTickersLocated ( IEnumerable< string >  tickers)
static

Returns a string message saying mutiple potentially matching tickers were localized

Definition at line 835 of file Messages.QuantConnect.cs.


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