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