Lean  $LEAN_TAG$
QuantConnect.Messages.ExtendedDictionary Class Reference

Provides user-facing messages for the QuantConnect.ExtendedDictionary<T> class and its consumers or related classes More...

Static Public Member Functions

static string ClearInvalidOperation< T > (ExtendedDictionary< T > instance)
 
static string RemoveInvalidOperation< T > (ExtendedDictionary< T > instance)
 
static string TickerNotFoundInSymbolCache (string ticker)
 
static string PopitemMethodNotSupported< T > (ExtendedDictionary< T > instance)
 
static string SymbolNotFoundDueToNoData< T > (ExtendedDictionary< T > instance, QuantConnect.Symbol symbol)
 
static string UpdateInvalidOperation< T > (ExtendedDictionary< T > instance)
 

Static Public Attributes

static string ClearMethodNotImplemented = "Types deriving from 'ExtendedDictionary' must implement the 'void Clear() method."
 
static string RemoveMethodNotImplemented
 
static string IndexerBySymbolNotImplemented
 

Detailed Description

Provides user-facing messages for the QuantConnect.ExtendedDictionary<T> class and its consumers or related classes

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

Member Data Documentation

◆ RemoveMethodNotImplemented

string QuantConnect.Messages.ExtendedDictionary.RemoveMethodNotImplemented
static
Initial value:
=
"Types deriving from 'ExtendedDictionary' must implement the 'void Remove(Symbol) method."

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

◆ IndexerBySymbolNotImplemented

string QuantConnect.Messages.ExtendedDictionary.IndexerBySymbolNotImplemented
static
Initial value:
=
"Types deriving from 'ExtendedDictionary' must implement the 'T this[Symbol] method."

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


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