Lean  $LEAN_TAG$
QuantConnect.Messages.DynamicSecurityData Class Reference

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

Static Public Member Functions

static string PropertyNotFound (string name)
 Returns a string message saying no property exists with the given name More...
 
static string UnexpectedTypesForGetAll (Type type, object data)
 Returns a string message saying a list of the given type was expected but the one found was of the given data type More...
 

Static Public Attributes

static string PropertiesCannotBeSet
 String message saying: DynamicSecurityData is a view of the SecurityCache. It is readonly, properties can not bet set More...
 

Detailed Description

Provides user-facing messages for the Securities.DynamicSecurityData class and its consumers or related classes

Definition at line 463 of file Messages.Securities.cs.

Member Function Documentation

◆ PropertyNotFound()

static string QuantConnect.Messages.DynamicSecurityData.PropertyNotFound ( string  name)
static

Returns a string message saying no property exists with the given name

Definition at line 475 of file Messages.Securities.cs.

Here is the caller graph for this function:

◆ UnexpectedTypesForGetAll()

static string QuantConnect.Messages.DynamicSecurityData.UnexpectedTypesForGetAll ( Type  type,
object  data 
)
static

Returns a string message saying a list of the given type was expected but the one found was of the given data type

Definition at line 484 of file Messages.Securities.cs.

Member Data Documentation

◆ PropertiesCannotBeSet

string QuantConnect.Messages.DynamicSecurityData.PropertiesCannotBeSet
static
Initial value:
=
"DynamicSecurityData is a view of the SecurityCache. It is readonly, properties can not be set"

String message saying: DynamicSecurityData is a view of the SecurityCache. It is readonly, properties can not bet set

Definition at line 468 of file Messages.Securities.cs.


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