Class InstrumentState

  • All Implemented Interfaces:
    deltix.qsrv.hf.pub.InstrumentIdentity, java.io.Serializable, java.lang.Comparable<deltix.qsrv.hf.pub.InstrumentIdentity>
    Direct Known Subclasses:
    EquityState, OptionState

    public class InstrumentState
    extends deltix.qsrv.hf.pub.InstrumentKey
    The trivial state of a traded financial instrument.
    See Also:
    Serialized Form
    • Field Summary

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

        instrumentType, symbol
    • Constructor Summary

      Constructors 
      Constructor Description
      InstrumentState​(deltix.qsrv.hf.pub.InstrumentType type, java.lang.String symbol)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • 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

      • InstrumentState

        public InstrumentState​(deltix.qsrv.hf.pub.InstrumentType type,
                               java.lang.String symbol)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class deltix.qsrv.hf.pub.InstrumentKey