Interface CandlestickHandler


  • public interface CandlestickHandler
    Callback interface for real-time candlestick push events
    • Method Detail

      • onCandlestick

        void onCandlestick​(String symbol,
                           PushCandlestick event)
        Called when a candlestick update is received for the subscribed symbol.
        Parameters:
        symbol - security symbol
        event - candlestick update event