Uses of Interface
com.longbridge.quote.DepthHandler
-
Packages that use DepthHandler Package Description com.longbridge com.longbridge.quote -
-
Uses of DepthHandler in com.longbridge
Methods in com.longbridge with parameters of type DepthHandler Modifier and Type Method Description static voidSdkNative. quoteContextSetOnDepth(long context, DepthHandler handler) -
Uses of DepthHandler in com.longbridge.quote
Methods in com.longbridge.quote with parameters of type DepthHandler Modifier and Type Method Description voidQuoteContext. setOnDepth(DepthHandler handler)Set depth callback, after receiving the depth data push, it will call back to this handler.
-