BaseDataEventArgs
QuantConnect.Brokerages.LevelOneOrderBook.BaseDataEventArgs
BaseDataEventArgs(tick: BaseData)
Bases: EventArgs
Provides data for an event that is triggered when a new base_data is received.
Initializes a new instance of the BaseDataEventArgs class with the specified base_data.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
tick
|
BaseData
|
The base_data data associated with the event. |
required |