Interface BarDataAdapter

All Superinterfaces:
BarDataListener, IntervalListener

public interface BarDataAdapter
extends BarDataListener
An adapter for BarDataListener with empty default method implementations
  • Method Summary

    Modifier and Type Method Description
    default void onBar​(velox.api.layer1.layers.utils.OrderBook orderBook, Bar bar)
    Called when bar is ready.

    Methods inherited from interface velox.api.layer1.simplified.BarDataListener

    onInterval

    Methods inherited from interface velox.api.layer1.simplified.IntervalListener

    getInterval