Uses of Interface
com.longbridge.quote.TradesHandler
-
Packages that use TradesHandler Package Description com.longbridge com.longbridge.quote -
-
Uses of TradesHandler in com.longbridge
Methods in com.longbridge with parameters of type TradesHandler Modifier and Type Method Description static voidSdkNative. quoteContextSetOnTrades(long context, TradesHandler handler) -
Uses of TradesHandler in com.longbridge.quote
Methods in com.longbridge.quote with parameters of type TradesHandler Modifier and Type Method Description voidQuoteContext. setOnTrades(TradesHandler handler)Set trades callback, after receiving the trades data push, it will call backto this handler.
-