Lean  $LEAN_TAG$
QuantConnect.Messages.ErrorCurrencyConverter Class Reference

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

Static Public Attributes

static string AccountCurrencyUnexpectedUsage = "Unexpected usage of ErrorCurrencyConverter.AccountCurrency"
 
static string ConvertToAccountCurrencyPurposefullyThrow
 

Detailed Description

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

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

Member Data Documentation

◆ ConvertToAccountCurrencyPurposefullyThrow

string QuantConnect.Messages.ErrorCurrencyConverter.ConvertToAccountCurrencyPurposefullyThrow
static
Initial value:
=
$@"This method purposefully throws as a proof that a test does not depend on {
nameof(ICurrencyConverter)}. If this exception is encountered, it means the test DOES depend on {
nameof(ICurrencyConverter)} and should be properly updated to use a real implementation of {nameof(ICurrencyConverter)}."

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


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