1// TODO: for example this could be for DOM background heatmap over current bar time or trades or
2// volume.
34/// 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;