Class Option

java.lang.Object
com.studerw.tda.model.option.Option
All Implemented Interfaces:
Serializable

public class Option extends Object implements Serializable
Option
See Also:
  • Constructor Details

    • Option

      public Option()
  • Method Details

    • getPutCall

      public Option.PutCall getPutCall()
    • getSymbol

      public String getSymbol()
    • getDescription

      public String getDescription()
    • getExchangeName

      public String getExchangeName()
    • getBidPrice

      public BigDecimal getBidPrice()
    • getAskPrice

      public BigDecimal getAskPrice()
    • getLastPrice

      public BigDecimal getLastPrice()
    • getBidAskSize

      public String getBidAskSize()
    • getMarkPrice

      public BigDecimal getMarkPrice()
    • getBidSize

      public Long getBidSize()
    • getAskSize

      public Long getAskSize()
    • getLastSize

      public Long getLastSize()
    • getHighPrice

      public BigDecimal getHighPrice()
    • getLowPrice

      public BigDecimal getLowPrice()
    • getOpenPrice

      public BigDecimal getOpenPrice()
    • getClosePrice

      public BigDecimal getClosePrice()
    • getTotalVolume

      public Long getTotalVolume()
    • getQuoteTimeInLong

      public Long getQuoteTimeInLong()
    • getTradeTimeInLong

      public Long getTradeTimeInLong()
    • getNetChange

      public BigDecimal getNetChange()
    • getVolatility

      public BigDecimal getVolatility()
    • getDelta

      public BigDecimal getDelta()
    • getGamma

      public BigDecimal getGamma()
    • getTheta

      public BigDecimal getTheta()
    • getVega

      public BigDecimal getVega()
    • getRho

      public BigDecimal getRho()
    • getTimeValue

      public BigDecimal getTimeValue()
    • getOpenInterest

      public BigDecimal getOpenInterest()
    • getInTheMoney

      public Boolean getInTheMoney()
    • getTheoreticalOptionValue

      public BigDecimal getTheoreticalOptionValue()
    • getTheoreticalVolatility

      public BigDecimal getTheoreticalVolatility()
    • getMini

      public Boolean getMini()
    • getNonStandard

      public Boolean getNonStandard()
    • getOptionDeliverablesList

      public List<OptionDeliverable> getOptionDeliverablesList()
    • getStrikePrice

      public BigDecimal getStrikePrice()
    • getExpirationDate

      public Long getExpirationDate()
    • getExpirationType

      public String getExpirationType()
    • getMultiplier

      public BigDecimal getMultiplier()
    • getSettlementType

      public String getSettlementType()
    • getDeliverableNote

      public String getDeliverableNote()
    • getIndexOption

      public Boolean getIndexOption()
    • getPercentChange

      public BigDecimal getPercentChange()
    • getMarkChange

      public BigDecimal getMarkChange()
    • getMarkPercentChange

      public BigDecimal getMarkPercentChange()
    • getOtherFields

      public Map<String,Object> getOtherFields()
    • toString

      public String toString()
      Overrides:
      toString in class Object