Interface HistoricalModeListener

All Superinterfaces:
HistoricalDataListener
All Known Subinterfaces:
AllDataModule, HistoricalModeAdapter

public interface HistoricalModeListener extends HistoricalDataListener
In addition to historical data, you will also be notified on transition between historical data and live data. This adds more computations compared to just getting historical data, since now indicator has to be recalculated on each rewind in replay.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onRealtimeStart

      void onRealtimeStart()