Skip to content

SecurityCacheDataStoredEventArgs

QuantConnect.Securities.SecurityCacheDataStoredEventArgs

SecurityCacheDataStoredEventArgs(
    data_type: Type, data: Sequence[BaseData]
)

Bases: EventArgs

Event args for SecurityCache's DataStored event

Initializes a new instance of the SecurityCacheDataStoredEventArgs class

Parameters:

Name Type Description Default
data_type Type

The type of data

required
data Sequence[BaseData]

The list of data points

required

data_type

data_type: Type

The type of data that was stored, such as TradeBar

data

data: Sequence[BaseData]

The list of data points stored