Lean  $LEAN_TAG$
QuantConnect.Messages.SymbolRepresentation Class Reference

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

Detailed Description

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

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

Member Function Documentation

◆ FailedToGetMarketForTickerAndUnderlying()

static string QuantConnect.Messages.SymbolRepresentation.FailedToGetMarketForTickerAndUnderlying ( string  ticker,
string  underlying 
)
static

Returns a string message saying SymbolRepresentation failed to get market for the given ticker and underlying

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

◆ NoMarketFound()

static string QuantConnect.Messages.SymbolRepresentation.NoMarketFound ( string  ticker)
static

Returns a string message saying no market was found for the given ticker

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

◆ UnexpectedSecurityTypeForMethod()

static string QuantConnect.Messages.SymbolRepresentation.UnexpectedSecurityTypeForMethod ( string  methodName,
SecurityType  securityType 
)
static

Returns a string message saying an unexpected security type was received by the given method name

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

Here is the caller graph for this function:

◆ InvalidOSITickerFormat()

static string QuantConnect.Messages.SymbolRepresentation.InvalidOSITickerFormat ( string  ticker)
static

Returns a string message saying the given ticker is not in the expected OSI format

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

Here is the caller graph for this function:

◆ SecurityTypeNotImplemented()

static string QuantConnect.Messages.SymbolRepresentation.SecurityTypeNotImplemented ( SecurityType  securityType)
static

Returns a string message saying the given security type is not implemented

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


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