Loading...
Searching...
No Matches
ATAS.Indicators.Heatmap.IHeatmapHistoricalDataLoadedConsumer Interface Reference

Optional capability: receive a notification when the host's working data range expanded backward (e.g. user panned into history that triggered a load). Implement only if the indicator needs to rebuild or refill calculation state across newly-loaded historical samples. Typical reaction: take a lease, Clear(), refill from new historical range, dispose lease — the front stays visible across the rebuild. More...

Public Member Functions

ValueTask OnHistoricalDataLoadedAsync (HeatmapWorkingRangeUpdate update, CancellationToken cancellationToken)
 

Detailed Description

Optional capability: receive a notification when the host's working data range expanded backward (e.g. user panned into history that triggered a load). Implement only if the indicator needs to rebuild or refill calculation state across newly-loaded historical samples. Typical reaction: take a lease, Clear(), refill from new historical range, dispose lease — the front stays visible across the rebuild.

Member Function Documentation

◆ OnHistoricalDataLoadedAsync()

ValueTask ATAS.Indicators.Heatmap.IHeatmapHistoricalDataLoadedConsumer.OnHistoricalDataLoadedAsync ( HeatmapWorkingRangeUpdate  update,
CancellationToken  cancellationToken 
)

The documentation for this interface was generated from the following file: