Lean  $LEAN_TAG$
QuantConnect.Messages.Market Class Reference

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

Static Public Member Functions

static string InvalidMarketIdentifier (int maxMarketIdentifier)
 Returns a string message saying the market identifier is limited to positive values less than the given maximum market identifier More...
 
static string TriedToAddExistingMarketWithDifferentIdentifier (string market)
 Returns a string message saying it was attempted to add an already added market with a different identifier More...
 
static string TriedToAddExistingMarketIdentifier (string market, string existingMarket)
 Returns a string message saying it was attempted to add a market identifier that is already in use More...
 

Detailed Description

Provides user-facing messages for the QuantConnect.Market class and its consumers or related classes

Definition at line 547 of file Messages.QuantConnect.cs.

Member Function Documentation

◆ InvalidMarketIdentifier()

static string QuantConnect.Messages.Market.InvalidMarketIdentifier ( int  maxMarketIdentifier)
static

Returns a string message saying the market identifier is limited to positive values less than the given maximum market identifier

Definition at line 553 of file Messages.QuantConnect.cs.

Here is the caller graph for this function:

◆ TriedToAddExistingMarketWithDifferentIdentifier()

static string QuantConnect.Messages.Market.TriedToAddExistingMarketWithDifferentIdentifier ( string  market)
static

Returns a string message saying it was attempted to add an already added market with a different identifier

Definition at line 562 of file Messages.QuantConnect.cs.

Here is the caller graph for this function:

◆ TriedToAddExistingMarketIdentifier()

static string QuantConnect.Messages.Market.TriedToAddExistingMarketIdentifier ( string  market,
string  existingMarket 
)
static

Returns a string message saying it was attempted to add a market identifier that is already in use

Returns

Definition at line 572 of file Messages.QuantConnect.cs.

Here is the caller graph for this function:

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