Lean
$LEAN_TAG$
|
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... | |
Provides user-facing messages for the QuantConnect.SymbolCache class and its consumers or related classes
Definition at line 820 of file Messages.QuantConnect.cs.
|
static |
Returns a string message saying the given ticker could not be localized
Definition at line 826 of file Messages.QuantConnect.cs.
|
static |
Returns a string message saying mutiple potentially matching tickers were localized
Definition at line 835 of file Messages.QuantConnect.cs.