Lean
$LEAN_TAG$
|
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... | |
Provides user-facing messages for the QuantConnect.Market class and its consumers or related classes
Definition at line 547 of file Messages.QuantConnect.cs.
|
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.
|
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.
|
static |
Returns a string message saying it was attempted to add a market identifier that is already in use
Definition at line 572 of file Messages.QuantConnect.cs.