Class ForexQuote

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

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

    • ForexQuote

      public ForexQuote()
  • Method Details

    • getBidPriceInDouble

      public BigDecimal getBidPriceInDouble()
    • getAskPriceInDouble

      public BigDecimal getAskPriceInDouble()
    • getLastPriceInDouble

      public BigDecimal getLastPriceInDouble()
    • getHighPriceInDouble

      public BigDecimal getHighPriceInDouble()
    • getLowPriceInDouble

      public BigDecimal getLowPriceInDouble()
    • getClosePriceInDouble

      public BigDecimal getClosePriceInDouble()
    • getExchange

      public String getExchange()
    • getOpenPriceInDouble

      public BigDecimal getOpenPriceInDouble()
    • getChangeInDouble

      public BigDecimal getChangeInDouble()
    • getPercentChange

      public BigDecimal getPercentChange()
    • getExchangeName

      public String getExchangeName()
    • getDigits

      public Long getDigits()
    • getSecurityStatus

      public String getSecurityStatus()
    • getTick

      public BigDecimal getTick()
    • getTickAmount

      public BigDecimal getTickAmount()
    • getProduct

      public String getProduct()
    • getTradingHours

      public String getTradingHours()
    • getTradable

      public Boolean getTradable()
    • getMarketMaker

      public String getMarketMaker()
    • get_52WkHighInDouble

      public BigDecimal get_52WkHighInDouble()
    • get_52WkLowInDouble

      public BigDecimal get_52WkLowInDouble()
    • getMark

      public BigDecimal getMark()
    • toString

      public String toString()
      Overrides:
      toString in class Quote