Interface TickFileReader.ReplayHandler

All Known Implementing Classes:
TickBacktester
Enclosing class:
TickFileReader

public static interface TickFileReader.ReplayHandler
Replay callbacks: primitive tick data plus symbol definitions as encountered.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    onSymbol(int symbolId, String symbol)
     
    void
    onTick(int symbolId, double price, double size, long timestampNanos)
     
  • Method Details

    • onSymbol

      default void onSymbol(int symbolId, String symbol)
    • onTick

      void onTick(int symbolId, double price, double size, long timestampNanos)