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