Class StrikePriceInfo


  • public class StrikePriceInfo
    extends Object
    Strike price information for an option chain.
    • Constructor Detail

      • StrikePriceInfo

        public StrikePriceInfo()
    • Method Detail

      • getPrice

        public BigDecimal getPrice()
        Returns the strike price.
        Returns:
        the strike price
      • getCallSymbol

        public String getCallSymbol()
        Returns the symbol of the call option at this strike.
        Returns:
        the call option symbol
      • getPutSymbol

        public String getPutSymbol()
        Returns the symbol of the put option at this strike.
        Returns:
        the put option symbol
      • isStandard

        public boolean isStandard()
        Returns whether this is a standard strike price.
        Returns:
        true if this is a standard strike price