Lean
$LEAN_TAG$
|
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... | |
Provides user-facing messages for the Securities.CashBook class and its consumers or related classes
Definition at line 269 of file Messages.Securities.cs.
|
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.
|
static |
Parses the given CashBook into a string mesage with basic information about it
Definition at line 289 of file Messages.Securities.cs.
|
static |
Returns a string message saying the given cash symbol was not found
Definition at line 309 of file Messages.Securities.cs.
|
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.
|
static |
String message saying: Unexpected request for NullCurrency Cash instance
Definition at line 274 of file Messages.Securities.cs.