Lean  $LEAN_TAG$
QuantConnect.Messages.Extensions Class Reference

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

Static Public Member Functions

static string DownloadDataFailed (string url)
 
static string ZeroPriceForSecurity (QuantConnect.Symbol symbol)
 
static string WaitingForThreadToStopSafely (string threadName)
 
static string TimeoutWaitingForThreadToStopSafely (string threadName)
 
static string DataTypeMissingParameterlessConstructor (Type type)
 
static string FailedToCreateInstanceOfType (Type type)
 
static string TypeIsNotBaseData (Type type)
 
static string CannotCastNonFiniteFloatingPointValueToDecimal (double input)
 
static string UnableToConvertTimeSpanToResolution (TimeSpan timeSpan)
 
static string UnableToParseUnknownSecurityType (string value)
 
static string NoDefaultOptionStyleForSecurityType (SecurityType securityType)
 
static string UnknownOptionStyle (string value)
 
static string UnknownOptionStyle (OptionStyle value)
 
static string UnknownOptionRight (string value)
 
static string UnknownOptionRight (OptionRight value)
 
static string UnknownDataMappingMode (string value)
 
static string ConvertToDelegateCannotConverPyObjectToType (string methodName, Type type)
 
static string ConvertToDictionaryFailed (string sourceType, string targetType, string reason)
 
static string ConvertToSymbolEnumerableFailed (PyObject item)
 
static string ObjectFromPythonIsNotACSharpType (string objectRepr)
 
static string RuntimeError (IAlgorithm algorithm, string context)
 

Static Public Attributes

static string ErrorAdjustingSymbolByOffset
 
static string NullDataProvider
 
static string NullOrEmptySourceToConvertToHexString = "Source cannot be null or empty."
 
static string CreateOptionChainRequiresOptionSymbol = "CreateOptionChain requires an option symbol."
 
static string CreateFutureChainRequiresFutureSymbol = "CreateFutureChain requires a future symbol."
 
static string GreatestCommonDivisorEmptyList = "The list of values cannot be empty"
 

Detailed Description

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

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

Member Data Documentation

◆ ErrorAdjustingSymbolByOffset

string QuantConnect.Messages.Extensions.ErrorAdjustingSymbolByOffset
static
Initial value:
=
"Adjusting a symbol by an offset is currently only supported for non canonical futures"

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

◆ NullDataProvider

string QuantConnect.Messages.Extensions.NullDataProvider
static
Initial value:
=
$"The provided '{nameof(IDataProvider)}' instance is null. Are you missing some initialization step?"

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


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