Class OptionQuote

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

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

    • OptionQuote

      public OptionQuote()
  • Method Details

    • getBidPrice

      public BigDecimal getBidPrice()
    • getBidSize

      public Long getBidSize()
    • getAskPrice

      public BigDecimal getAskPrice()
    • getAskSize

      public Long getAskSize()
    • getLastPrice

      public BigDecimal getLastPrice()
    • getLastSize

      public Long getLastSize()
    • getOpenPrice

      public BigDecimal getOpenPrice()
    • getHighPrice

      public BigDecimal getHighPrice()
    • getLowPrice

      public BigDecimal getLowPrice()
    • getClosePrice

      public BigDecimal getClosePrice()
    • getNetChange

      public BigDecimal getNetChange()
    • getTotalVolume

      public Long getTotalVolume()
    • getQuoteTimeInLong

      public Long getQuoteTimeInLong()
    • getTradeTimeInLong

      public Long getTradeTimeInLong()
    • getMark

      public BigDecimal getMark()
    • getOpenInterest

      public BigDecimal getOpenInterest()
    • getVolatility

      public BigDecimal getVolatility()
    • getMoneyIntrinsicValue

      public BigDecimal getMoneyIntrinsicValue()
    • getMultiplier

      public BigDecimal getMultiplier()
    • getStrikePrice

      public BigDecimal getStrikePrice()
    • getContractType

      public String getContractType()
    • getUnderlying

      public String getUnderlying()
    • getTimeValue

      public BigDecimal getTimeValue()
    • getDeliverables

      public String getDeliverables()
    • getDelta

      public BigDecimal getDelta()
    • getGamma

      public BigDecimal getGamma()
    • getTheta

      public BigDecimal getTheta()
    • getVega

      public BigDecimal getVega()
    • getRho

      public BigDecimal getRho()
    • getSecurityStatus

      public String getSecurityStatus()
    • getTheoreticalOptionValue

      public BigDecimal getTheoreticalOptionValue()
    • getUnderlyingPrice

      public BigDecimal getUnderlyingPrice()
    • getUvExpirationType

      public String getUvExpirationType()
    • getExchange

      public String getExchange()
    • getExchangeName

      public String getExchangeName()
    • getSettlementType

      public String getSettlementType()
    • toString

      public String toString()
      Overrides:
      toString in class Quote