Skip to main content

apple_quant_algorithmic/binned/
fixed_time_point.rs

1// TODO: for example this could be for DOM background heatmap over current bar time or trades or
2// volume.
3
4/// Fixed Binned - Fixed size (1); bins for each T.
5/// Time Point - Each T is a point in time within each constant bin size via [`Timestamped`].
6pub struct FixedBinnedTimePointData;