Lean  $LEAN_TAG$
QuantConnect.Messages.SecurityManager Class Reference

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

Static Public Member Functions

static string SymbolNotFoundInSecurities (QuantConnect.Symbol symbol)
 Returns a string message saying the given symbol was not found in the user security list More...
 
static string UnableToOverwriteSecurity (QuantConnect.Symbol symbol)
 Returns a string message saying the given symbol could not be overwritten More...
 

Detailed Description

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

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

Member Function Documentation

◆ SymbolNotFoundInSecurities()

static string QuantConnect.Messages.SecurityManager.SymbolNotFoundInSecurities ( QuantConnect.Symbol  symbol)
static

Returns a string message saying the given symbol was not found in the user security list

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

◆ UnableToOverwriteSecurity()

static string QuantConnect.Messages.SecurityManager.UnableToOverwriteSecurity ( QuantConnect.Symbol  symbol)
static

Returns a string message saying the given symbol could not be overwritten

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


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