Lean
$LEAN_TAG$
|
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... | |
Provides user-facing messages for the Securities.DynamicSecurityData class and its consumers or related classes
Definition at line 463 of file Messages.Securities.cs.
|
static |
Returns a string message saying no property exists with the given name
Definition at line 475 of file Messages.Securities.cs.
|
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.
|
static |
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.