Uses of Interface
com.longbridge.quote.CandlestickHandler
-
Packages that use CandlestickHandler Package Description com.longbridge com.longbridge.quote -
-
Uses of CandlestickHandler in com.longbridge
Methods in com.longbridge with parameters of type CandlestickHandler Modifier and Type Method Description static voidSdkNative. quoteContextSetOnCandlestick(long context, CandlestickHandler handler) -
Uses of CandlestickHandler in com.longbridge.quote
Methods in com.longbridge.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.
-