|
Lean
$LEAN_TAG$
|
Provides the ability to convert cash amounts to the account currency More...
Public Member Functions | |
| CashAmount | ConvertToAccountCurrency (CashAmount cashAmount) |
| Converts a cash amount to the account currency More... | |
Properties | |
| string | AccountCurrency [get] |
| Gets account currency More... | |
Provides the ability to convert cash amounts to the account currency
Definition at line 21 of file ICurrencyConverter.cs.
| CashAmount QuantConnect.Securities.ICurrencyConverter.ConvertToAccountCurrency | ( | CashAmount | cashAmount | ) |
Converts a cash amount to the account currency
| cashAmount | The CashAmount instance to convert |
Implemented in QuantConnect.Securities.CashBook, QuantConnect.Securities.ErrorCurrencyConverter, and QuantConnect.Securities.IdentityCurrencyConverter.
|
get |
Gets account currency
Definition at line 26 of file ICurrencyConverter.cs.