Uses of Interface
com.longport.quote.CandlestickHandler
-
Packages that use CandlestickHandler Package Description com.longport com.longport.quote -
-
Uses of CandlestickHandler in com.longport
Methods in com.longport with parameters of type CandlestickHandler Modifier and Type Method Description static voidSdkNative. quoteContextSetOnCandlestick(long context, CandlestickHandler handler) -
Uses of CandlestickHandler in com.longport.quote
Methods in com.longport.quote with parameters of type CandlestickHandler Modifier and Type Method Description voidQuoteContext. setOnCandlestick(CandlestickHandler handler)Set candlestick callback, after receiving the trades data push, it will call back to this function.
-