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"
 String message saying: Unexpected usage of ErrorCurrencyConverter.AccountCurrency More...
 
static string ConvertToAccountCurrencyPurposefullyThrow
 String message saying: This method purposefully throws as a proof that a test does not depend on a currency converter More...
 

Detailed Description

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

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

Member Data Documentation

◆ AccountCurrencyUnexpectedUsage

string QuantConnect.Messages.ErrorCurrencyConverter.AccountCurrencyUnexpectedUsage = "Unexpected usage of ErrorCurrencyConverter.AccountCurrency"
static

String message saying: Unexpected usage of ErrorCurrencyConverter.AccountCurrency

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

◆ 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)}."

String message saying: This method purposefully throws as a proof that a test does not depend on a currency converter

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


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