Class FutureQuote

java.lang.Object
com.studerw.tda.model.quote.Quote
com.studerw.tda.model.quote.FutureQuote
All Implemented Interfaces:
Serializable

public class FutureQuote extends Quote implements Serializable
See Also:
  • Constructor Details

    • FutureQuote

      public FutureQuote()
  • Method Details

    • getBidPriceInDouble

      public BigDecimal getBidPriceInDouble()
    • getAskPriceInDouble

      public BigDecimal getAskPriceInDouble()
    • getLastPriceInDouble

      public BigDecimal getLastPriceInDouble()
    • getBidId

      public String getBidId()
    • getAskId

      public String getAskId()
    • getHighPriceInDouble

      public BigDecimal getHighPriceInDouble()
    • getLowPriceInDouble

      public BigDecimal getLowPriceInDouble()
    • getClosePriceInDouble

      public BigDecimal getClosePriceInDouble()
    • getExchange

      public String getExchange()
    • getLastId

      public String getLastId()
    • getOpenPriceInDouble

      public BigDecimal getOpenPriceInDouble()
    • getChangeInDouble

      public BigDecimal getChangeInDouble()
    • getFuturePercentChange

      public BigDecimal getFuturePercentChange()
    • getExchangeName

      public String getExchangeName()
    • getSecurityStatus

      public String getSecurityStatus()
    • getOpenInterest

      public BigDecimal getOpenInterest()
    • getMark

      public BigDecimal getMark()
    • getTick

      public BigDecimal getTick()
    • getTickAmount

      public BigDecimal getTickAmount()
    • getProduct

      public String getProduct()
    • getFuturePriceFormat

      public String getFuturePriceFormat()
    • getFutureTradingHours

      public String getFutureTradingHours()
    • getFutureIsTradable

      public Boolean getFutureIsTradable()
    • getFutureMultiplier

      public BigDecimal getFutureMultiplier()
    • getFutureIsActive

      public Boolean getFutureIsActive()
    • getFutureSettlementPrice

      public BigDecimal getFutureSettlementPrice()
    • getFutureActiveSymbol

      public String getFutureActiveSymbol()
    • getFutureExpirationDate

      public String getFutureExpirationDate()
    • toString

      public String toString()
      Overrides:
      toString in class Quote