Lean  $LEAN_TAG$
QuantConnect.Messages.CashBook Class Reference

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

Static Public Member Functions

static string ConversionRateNotFound (string currency)
 Returns a string message saying the conversion rate for the given currency is not available More...
 
static string ToString (Securities.CashBook cashBook)
 Parses the given CashBook into a string mesage with basic information about it More...
 
static string CashSymbolNotFound (string symbol)
 Returns a string message saying the given cash symbol was not found More...
 
static string FailedToRemoveRecord (string symbol)
 Returns a string message saying it was impossible to remove the cash book record for the given symbol More...
 

Static Public Attributes

static string UnexpectedRequestForNullCurrency = "Unexpected request for NullCurrency Cash instance"
 String message saying: Unexpected request for NullCurrency Cash instance More...
 

Detailed Description

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

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

Member Function Documentation

◆ ConversionRateNotFound()

static string QuantConnect.Messages.CashBook.ConversionRateNotFound ( string  currency)
static

Returns a string message saying the conversion rate for the given currency is not available

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

Here is the caller graph for this function:

◆ ToString()

static string QuantConnect.Messages.CashBook.ToString ( Securities.CashBook  cashBook)
static

Parses the given CashBook into a string mesage with basic information about it

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

Here is the caller graph for this function:

◆ CashSymbolNotFound()

static string QuantConnect.Messages.CashBook.CashSymbolNotFound ( string  symbol)
static

Returns a string message saying the given cash symbol was not found

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

◆ FailedToRemoveRecord()

static string QuantConnect.Messages.CashBook.FailedToRemoveRecord ( string  symbol)
static

Returns a string message saying it was impossible to remove the cash book record for the given symbol

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

Member Data Documentation

◆ UnexpectedRequestForNullCurrency

string QuantConnect.Messages.CashBook.UnexpectedRequestForNullCurrency = "Unexpected request for NullCurrency Cash instance"
static

String message saying: Unexpected request for NullCurrency Cash instance

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


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