Lean
$LEAN_TAG$
|
Provides user-facing messages for the QuantConnect.Symbol class and its consumers or related classes More...
Static Public Member Functions | |
static string | SecurityTypeNotImplementedYet (SecurityType securityType) |
Returns a string message saying the given security type has not been implemented yet More... | |
static string | SecurityTypeCannotBeMapped (SecurityType securityType) |
Returns a string message saying the given security can not be mapped More... | |
static string | NoOptionTypeForUnderlying (SecurityType securityType) |
Returns a string message saying no option type exists for the given underlying SecurityType More... | |
static string | NoUnderlyingForOption (SecurityType securityType) |
Returns a string message saying no underlying type exists for the given option SecurityType More... | |
static string | SidNotForOption (QuantConnect.SecurityIdentifier sid) |
static string | UnderlyingSidDoesNotMatch (QuantConnect.SecurityIdentifier sid, QuantConnect.Symbol underlying) |
Static Public Attributes | |
static string | InsufficientInformationToCreateFutureOptionSymbol |
Returns a string message saying there is insufficient information for creating certain future option symbol More... | |
static string | CanonicalNotDefined |
Returns a string message saying Canonical is only defined for SecurityType.Option, SecurityType.Future, SecurityType.FutureOption More... | |
static string | UnexpectedObjectTypeToCompareTo = "Object must be of type Symbol or string." |
Returns a string message saying certain object must be of type Symbol or string More... | |
Provides user-facing messages for the QuantConnect.Symbol class and its consumers or related classes
Definition at line 749 of file Messages.QuantConnect.cs.
|
static |
Returns a string message saying the given security type has not been implemented yet
Definition at line 772 of file Messages.QuantConnect.cs.
|
static |
Returns a string message saying the given security can not be mapped
Definition at line 781 of file Messages.QuantConnect.cs.
|
static |
Returns a string message saying no option type exists for the given underlying SecurityType
Definition at line 790 of file Messages.QuantConnect.cs.
|
static |
Returns a string message saying no underlying type exists for the given option SecurityType
Definition at line 799 of file Messages.QuantConnect.cs.
|
static |
Returns a string message saying there is insufficient information for creating certain future option symbol
Definition at line 754 of file Messages.QuantConnect.cs.
|
static |
Returns a string message saying Canonical is only defined for SecurityType.Option, SecurityType.Future, SecurityType.FutureOption
Definition at line 760 of file Messages.QuantConnect.cs.
|
static |
Returns a string message saying certain object must be of type Symbol or string
Definition at line 766 of file Messages.QuantConnect.cs.