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