Module aggregation

Source
Expand description

Bar aggregation machinery.

Structs§

BarAggregatorCore
Provides a means of aggregating specified bar types and sending to a registered handler.
BarBuilder
Provides a generic bar builder for aggregation.
NewBarCallback
TickBarAggregator
Provides a means of building tick bars aggregated from quote and trades.
TimeBarAggregator
Provides a means of building time bars aggregated from quote and trades.
ValueBarAggregator
Provides a means of building value bars aggregated from quote and trades.
VolumeBarAggregator
Provides a means of building volume bars aggregated from quote and trades.

Traits§

BarAggregator