Class PushCandlestick


  • public class PushCandlestick
    extends Object
    Real-time candlestick push event.
    • Constructor Detail

      • PushCandlestick

        public PushCandlestick()
    • Method Detail

      • getPeriod

        public Period getPeriod()
        Returns the candlestick period.
        Returns:
        the candlestick period
      • getCandlestick

        public Candlestick getCandlestick()
        Returns the candlestick data.
        Returns:
        the candlestick data
      • isConfirmed

        public boolean isConfirmed()
        Returns whether this candlestick is confirmed (bar closed).
        Returns:
        true if this candlestick is confirmed