|
Lean
$LEAN_TAG$
|
Messaging class signifying a change in a user's account More...
Public Member Functions | |
| AccountEvent (string currencySymbol, decimal cashBalance) | |
| Creates an AccountEvent More... | |
| override string | ToString () |
| Returns a string that represents the current object. More... | |
Properties | |
| decimal | CashBalance [get] |
| Gets the total cash balance of the account in units of CurrencySymbol More... | |
| string | CurrencySymbol [get] |
| Gets the currency symbol More... | |
Messaging class signifying a change in a user's account
Definition at line 21 of file AccountEvent.cs.
| QuantConnect.Securities.AccountEvent.AccountEvent | ( | string | currencySymbol, |
| decimal | cashBalance | ||
| ) |
Creates an AccountEvent
| currencySymbol | The currency's symbol |
| cashBalance | The total cash balance of the account |
Definition at line 38 of file AccountEvent.cs.
| override string QuantConnect.Securities.AccountEvent.ToString | ( | ) |
Returns a string that represents the current object.
<filterpriority>2</filterpriority>
Definition at line 51 of file AccountEvent.cs.
|
get |
Gets the total cash balance of the account in units of CurrencySymbol
Definition at line 26 of file AccountEvent.cs.
|
get |
Gets the currency symbol
Definition at line 31 of file AccountEvent.cs.