Class OptionState<RootStateType extends OptionRootState>

  • All Implemented Interfaces:
    deltix.qsrv.hf.pub.InstrumentIdentity, java.io.Serializable, java.lang.Comparable<deltix.qsrv.hf.pub.InstrumentIdentity>

    public class OptionState<RootStateType extends OptionRootState>
    extends InstrumentState
    Information about a specific option contract.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      RootStateType rootState
      Option root, provides access to underlier
      • Fields inherited from class deltix.qsrv.hf.pub.InstrumentKey

        instrumentType, symbol
    • Constructor Summary

      Constructors 
      Constructor Description
      OptionState​(RootStateType inRootState, java.lang.String inSymbol)  
    • Method Summary

      • Methods inherited from class deltix.qsrv.hf.pub.InstrumentKey

        compare, compareTo, equals, equals, getInstrumentType, getSymbol, hashCode, hashCode, hashCode, makePersistent, toString, valueOf
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OptionState

        public OptionState​(RootStateType inRootState,
                           java.lang.String inSymbol)