Lean  $LEAN_TAG$
QuantConnect.Messages.Symbol Class Reference

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)
 
static string SecurityTypeCannotBeMapped (SecurityType securityType)
 
static string NoOptionTypeForUnderlying (SecurityType securityType)
 
static string NoUnderlyingForOption (SecurityType securityType)
 

Static Public Attributes

static string InsufficientInformationToCreateFutureOptionSymbol
 
static string CanonicalNotDefined
 
static string UnexpectedObjectTypeToCompareTo = "Object must be of type Symbol or string."
 

Detailed Description

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

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

Member Data Documentation

◆ InsufficientInformationToCreateFutureOptionSymbol

string QuantConnect.Messages.Symbol.InsufficientInformationToCreateFutureOptionSymbol
static
Initial value:
=
"Cannot create future option Symbol using this method (insufficient information). Use `CreateOption(Symbol, ...)` instead."

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

◆ CanonicalNotDefined

string QuantConnect.Messages.Symbol.CanonicalNotDefined
static
Initial value:
=
"Canonical is only defined for SecurityType.Option, SecurityType.Future, SecurityType.FutureOption"

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


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