Lean  $LEAN_TAG$
QuantConnect.Securities.CashBookUpdatedEventArgs Class Reference

Event fired when the cash book is updated More...

Inheritance diagram for QuantConnect.Securities.CashBookUpdatedEventArgs:
[legend]

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...
 

Detailed Description

Event fired when the cash book is updated

Definition at line 24 of file CashBookUpdatedEventArgs.cs.

Constructor & Destructor Documentation

◆ CashBookUpdatedEventArgs()

QuantConnect.Securities.CashBookUpdatedEventArgs.CashBookUpdatedEventArgs ( CashBookUpdateType  type,
Cash  cash 
)

Creates a new instance

Definition at line 40 of file CashBookUpdatedEventArgs.cs.

Property Documentation

◆ UpdateType

CashBookUpdateType QuantConnect.Securities.CashBookUpdatedEventArgs.UpdateType
get

The update type

Definition at line 29 of file CashBookUpdatedEventArgs.cs.

◆ Cash

Cash QuantConnect.Securities.CashBookUpdatedEventArgs.Cash
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.


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