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

Optional capability: receive periodic timer ticks. Most indicators do not need this; only opt in if the indicator must do work on a wall clock rather than in response to incoming data — for example, to expire stale state at session boundaries when no trade tick has arrived to wake the indicator up. More...

Public Member Functions

ValueTask ProcessTimerAsync (HeatmapIndicatorTimerTick tick, CancellationToken cancellationToken)
 

Detailed Description

Optional capability: receive periodic timer ticks. Most indicators do not need this; only opt in if the indicator must do work on a wall clock rather than in response to incoming data — for example, to expire stale state at session boundaries when no trade tick has arrived to wake the indicator up.

Member Function Documentation

◆ ProcessTimerAsync()

ValueTask ATAS.Indicators.Heatmap.IHeatmapTimerConsumer.ProcessTimerAsync ( HeatmapIndicatorTimerTick  tick,
CancellationToken  cancellationToken 
)

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