|
Lean
$LEAN_TAG$
|
Provides user-facing messages for the QuantConnect.SymbolRepresentation class and its consumers or related classes More...
Static Public Member Functions | |
| static string | FailedToGetMarketForTickerAndUnderlying (string ticker, string underlying) |
| Returns a string message saying SymbolRepresentation failed to get market for the given ticker and underlying More... | |
| static string | NoMarketFound (string ticker) |
| Returns a string message saying no market was found for the given ticker More... | |
| static string | UnexpectedSecurityTypeForMethod (string methodName, SecurityType securityType) |
| Returns a string message saying an unexpected security type was received by the given method name More... | |
| static string | InvalidOSITickerFormat (string ticker) |
| Returns a string message saying the given ticker is not in the expected OSI format More... | |
| static string | SecurityTypeNotImplemented (SecurityType securityType) |
| Returns a string message saying the given security type is not implemented More... | |
Provides user-facing messages for the QuantConnect.SymbolRepresentation class and its consumers or related classes
Definition at line 851 of file Messages.QuantConnect.cs.
|
static |
Returns a string message saying SymbolRepresentation failed to get market for the given ticker and underlying
Definition at line 857 of file Messages.QuantConnect.cs.
|
static |
Returns a string message saying no market was found for the given ticker
Definition at line 866 of file Messages.QuantConnect.cs.
|
static |
Returns a string message saying an unexpected security type was received by the given method name
Definition at line 875 of file Messages.QuantConnect.cs.
|
static |
Returns a string message saying the given ticker is not in the expected OSI format
Definition at line 884 of file Messages.QuantConnect.cs.
|
static |
Returns a string message saying the given security type is not implemented
Definition at line 893 of file Messages.QuantConnect.cs.