Package com.longbridge.quote
Interface DepthHandler
-
public interface DepthHandlerCallback interface for real-time order book depth push events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDepth(String symbol, PushDepth event)Called when a depth update is received for the subscribed symbol.
-