Class RealtimeQuote


  • public class RealtimeQuote
    extends Object
    Real-time quote retrieved from the local subscription cache.
    • Constructor Detail

      • RealtimeQuote

        public RealtimeQuote()
    • Method Detail

      • getSymbol

        public String getSymbol()
        Returns the security code.
        Returns:
        the security code
      • getLastDone

        public BigDecimal getLastDone()
        Returns the latest price.
        Returns:
        the latest price
      • getOpen

        public BigDecimal getOpen()
        Returns the opening price.
        Returns:
        the opening price
      • getHigh

        public BigDecimal getHigh()
        Returns the highest price of the day.
        Returns:
        the highest price of the day
      • getLow

        public BigDecimal getLow()
        Returns the lowest price of the day.
        Returns:
        the lowest price of the day
      • getTimestamp

        public OffsetDateTime getTimestamp()
        Returns the timestamp of the latest price.
        Returns:
        the timestamp of the latest price
      • getVolume

        public long getVolume()
        Returns the cumulative trading volume.
        Returns:
        the cumulative trading volume
      • getTurnover

        public BigDecimal getTurnover()
        Returns the cumulative turnover.
        Returns:
        the cumulative turnover
      • getTradeStatus

        public TradeStatus getTradeStatus()
        Returns the security trading status.
        Returns:
        the security trading status