Interface DepthHandler


  • public interface DepthHandler
    Callback interface for real-time order book depth push events
    • Method Detail

      • onDepth

        void onDepth​(String symbol,
                     PushDepth event)
        Called when a depth update is received for the subscribed symbol.
        Parameters:
        symbol - security symbol
        event - depth update event