Class FutureOptionQuote

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

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

    • FutureOptionQuote

      public FutureOptionQuote()
  • 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()
    • getOpenPriceInDouble

      public BigDecimal getOpenPriceInDouble()
    • getNetChangeInDouble

      public BigDecimal getNetChangeInDouble()
    • getOpenInterest

      public BigDecimal getOpenInterest()
    • getExchangeName

      public String getExchangeName()
    • getSecurityStatus

      public String getSecurityStatus()
    • getVolatility

      public BigDecimal getVolatility()
    • getMoneyIntrinsicValueInDouble

      public BigDecimal getMoneyIntrinsicValueInDouble()
    • getMultiplierInDouble

      public BigDecimal getMultiplierInDouble()
    • getDigits

      public Long getDigits()
    • getStrikePriceInDouble

      public BigDecimal getStrikePriceInDouble()
    • getContractType

      public String getContractType()
    • getUnderlying

      public String getUnderlying()
    • getTimeValueInDouble

      public BigDecimal getTimeValueInDouble()
    • getDeltaInDouble

      public BigDecimal getDeltaInDouble()
    • getGammaInDouble

      public BigDecimal getGammaInDouble()
    • getThetaInDouble

      public BigDecimal getThetaInDouble()
    • getVegaInDouble

      public BigDecimal getVegaInDouble()
    • getRhoInDouble

      public BigDecimal getRhoInDouble()
    • getMark

      public BigDecimal getMark()
    • getTick

      public BigDecimal getTick()
    • getTickAmount

      public BigDecimal getTickAmount()
    • getFutureIsTradable

      public Boolean getFutureIsTradable()
    • getFutureTradingHours

      public String getFutureTradingHours()
    • getFuturePercentChange

      public BigDecimal getFuturePercentChange()
    • getFutureIsActive

      public Boolean getFutureIsActive()
    • getFutureExpirationDate

      public Long getFutureExpirationDate()
    • getExpirationType

      public String getExpirationType()
    • getExerciseType

      public String getExerciseType()
    • getInTheMoney

      public Boolean getInTheMoney()
    • toString

      public String toString()
      Overrides:
      toString in class Quote