Lean  $LEAN_TAG$
QuantConnect.Securities.SecurityCacheDataStoredEventArgs Class Reference

Event args for SecurityCache's DataStored event More...

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

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< BaseDataData [get]
 The list of data points stored More...
 

Detailed Description

Event args for SecurityCache's DataStored event

Definition at line 26 of file SecurityCacheDataStoredEventArgs.cs.

Constructor & Destructor Documentation

◆ SecurityCacheDataStoredEventArgs()

QuantConnect.Securities.SecurityCacheDataStoredEventArgs.SecurityCacheDataStoredEventArgs ( Type  dataType,
IReadOnlyList< BaseData data 
)

Initializes a new instance of the SecurityCacheDataStoredEventArgs class

Parameters
dataTypeThe type of data
dataThe list of data points

Definition at line 43 of file SecurityCacheDataStoredEventArgs.cs.

Property Documentation

◆ DataType

Type QuantConnect.Securities.SecurityCacheDataStoredEventArgs.DataType
get

The type of data that was stored, such as TradeBar

Definition at line 31 of file SecurityCacheDataStoredEventArgs.cs.

◆ Data

IReadOnlyList<BaseData> QuantConnect.Securities.SecurityCacheDataStoredEventArgs.Data
get

The list of data points stored

Definition at line 36 of file SecurityCacheDataStoredEventArgs.cs.


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