Package com.longbridge.quote
Interface CandlestickHandler
-
public interface CandlestickHandlerCallback interface for real-time candlestick push events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCandlestick(String symbol, PushCandlestick event)Called when a candlestick update is received for the subscribed symbol.
-
-
-
Method Detail
-
onCandlestick
void onCandlestick(String symbol, PushCandlestick event)
Called when a candlestick update is received for the subscribed symbol.- Parameters:
symbol- security symbolevent- candlestick update event
-
-