Lean  $LEAN_TAG$
QuantConnect.Messages.SecurityDatabaseKey Class Reference

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

Static Public Member Functions

static string KeyNotInExpectedFormat (string key)
 Returns a string message saying the specified and given key was not in the expected format More...
 
static string ToString (Securities.SecurityDatabaseKey instance)
 Parses a SecurityDatabaseKey into a string message with basic information about it More...
 

Detailed Description

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

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

Member Function Documentation

◆ KeyNotInExpectedFormat()

static string QuantConnect.Messages.SecurityDatabaseKey.KeyNotInExpectedFormat ( string  key)
static

Returns a string message saying the specified and given key was not in the expected format

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

Here is the caller graph for this function:

◆ ToString()

static string QuantConnect.Messages.SecurityDatabaseKey.ToString ( Securities.SecurityDatabaseKey  instance)
static

Parses a SecurityDatabaseKey into a string message with basic information about it

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

Here is the caller graph for this function:

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