Class Instrument

java.lang.Object
com.studerw.tda.model.transaction.Instrument
All Implemented Interfaces:
Serializable

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

    • Instrument

      public Instrument()
  • Method Details

    • getSymbol

      public String getSymbol()
    • getUnderlyingSymbol

      public String getUnderlyingSymbol()
    • getOptionExpirationDate

      public Date getOptionExpirationDate()
    • getOptionStrikePrice

      public BigDecimal getOptionStrikePrice()
    • getPutCall

      public Instrument.PutCall getPutCall()
    • getCusip

      public String getCusip()
    • getDescription

      public String getDescription()
    • getAssetType

      public Instrument.AssetType getAssetType()
    • getBondMaturityDate

      public Date getBondMaturityDate()
    • getBondInterestRate

      public BigDecimal getBondInterestRate()
    • getOtherFields

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

      public String toString()
      Overrides:
      toString in class Object