Lean
$LEAN_TAG$
|
Event args for SecurityCache's DataStored event More...
Public Member Functions | |
SecurityCacheDataStoredEventArgs (Type dataType, IReadOnlyList< BaseData > data) | |
Initializes a new instance of the SecurityCacheDataStoredEventArgs class More... | |
Properties | |
Type | DataType [get] |
The type of data that was stored, such as TradeBar More... | |
IReadOnlyList< BaseData > | Data [get] |
The list of data points stored More... | |
Event args for SecurityCache's DataStored event
Definition at line 26 of file SecurityCacheDataStoredEventArgs.cs.
QuantConnect.Securities.SecurityCacheDataStoredEventArgs.SecurityCacheDataStoredEventArgs | ( | Type | dataType, |
IReadOnlyList< BaseData > | data | ||
) |
Initializes a new instance of the SecurityCacheDataStoredEventArgs class
dataType | The type of data |
data | The list of data points |
Definition at line 43 of file SecurityCacheDataStoredEventArgs.cs.
|
get |
The type of data that was stored, such as TradeBar
Definition at line 31 of file SecurityCacheDataStoredEventArgs.cs.
|
get |
The list of data points stored
Definition at line 36 of file SecurityCacheDataStoredEventArgs.cs.