Class that uses consolidators to aggregate tick data data
More...
|
virtual void | Update (BaseData data) |
| Updates the consolidator with the specified bar. More...
|
|
List< BaseData > | Flush () |
| Return all the consolidated data as well as the bar the consolidator is currently working on More...
|
|
Class that uses consolidators to aggregate tick data data
Definition at line 14 of file TickAggregator.cs.
◆ Update()
virtual void QuantConnect.ToolBox.TickAggregator.Update |
( |
BaseData |
data | ) |
|
|
virtual |
Updates the consolidator with the specified bar.
- Parameters
-
data | The latest data observation. |
Definition at line 47 of file TickAggregator.cs.
◆ Flush()
List<BaseData> QuantConnect.ToolBox.TickAggregator.Flush |
( |
| ) |
|
Return all the consolidated data as well as the bar the consolidator is currently working on
Definition at line 56 of file TickAggregator.cs.
◆ ForTickTypes()
◆ TickType
TickType QuantConnect.ToolBox.TickAggregator.TickType |
|
getprotected set |
◆ Consolidator
The consolidator used to aggregate data from higher resolutions to data in lower resolutions
Definition at line 31 of file TickAggregator.cs.
◆ Consolidated
List<BaseData> QuantConnect.ToolBox.TickAggregator.Consolidated |
|
getprotected set |
◆ Resolution
Resolution QuantConnect.ToolBox.TickAggregator.Resolution |
|
get |
The resolution that the data is being aggregated into
Definition at line 41 of file TickAggregator.cs.
The documentation for this class was generated from the following file: