Lean  $LEAN_TAG$
QuantConnect.Messages.SymbolPropertiesDatabase Class Reference

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

Static Public Member Functions

static string DuplicateKeyInFile (string file, Securities.SecurityDatabaseKey key)
 Returns a string saying a duplicated key was found while processing the given file More...
 
static string DatabaseFileNotFound (string file)
 Returns a string saying the given symbol properties file could not be localized More...
 

Detailed Description

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

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

Member Function Documentation

◆ DuplicateKeyInFile()

static string QuantConnect.Messages.SymbolPropertiesDatabase.DuplicateKeyInFile ( string  file,
Securities.SecurityDatabaseKey  key 
)
static

Returns a string saying a duplicated key was found while processing the given file

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

Here is the caller graph for this function:

◆ DatabaseFileNotFound()

static string QuantConnect.Messages.SymbolPropertiesDatabase.DatabaseFileNotFound ( string  file)
static

Returns a string saying the given symbol properties file could not be localized

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


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