Lean
$LEAN_TAG$
|
Event fired when the cash book is updated More...
Public Member Functions | |
CashBookUpdatedEventArgs (CashBookUpdateType type, Cash cash) | |
Creates a new instance More... | |
Properties | |
CashBookUpdateType | UpdateType [get] |
The update type More... | |
Cash | Cash [get] |
The updated cash instance. More... | |
Event fired when the cash book is updated
Definition at line 24 of file CashBookUpdatedEventArgs.cs.
QuantConnect.Securities.CashBookUpdatedEventArgs.CashBookUpdatedEventArgs | ( | CashBookUpdateType | type, |
Cash | cash | ||
) |
Creates a new instance
Definition at line 40 of file CashBookUpdatedEventArgs.cs.
|
get |
The update type
Definition at line 29 of file CashBookUpdatedEventArgs.cs.
|
get |
The updated cash instance.
This will be null for CashBookUpdateType.Removed events that clear the whole cash book
Definition at line 35 of file CashBookUpdatedEventArgs.cs.