Class TimeEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String symbol  
      long timestamp  
      deltix.qsrv.hf.pub.InstrumentType type  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeEntry()  
      TimeEntry​(deltix.qsrv.hf.pub.InstrumentIdentity id, long timestamp)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TimeIdentity create​(deltix.qsrv.hf.pub.InstrumentIdentity id)  
      TimeEntry get​(deltix.qsrv.hf.pub.InstrumentIdentity id)  
      deltix.qsrv.hf.pub.InstrumentType getInstrumentType()  
      java.lang.CharSequence getSymbol()  
      long getTime()  
      void setTime​(long timestamp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • timestamp

        public long timestamp
      • symbol

        public java.lang.String symbol
      • type

        public deltix.qsrv.hf.pub.InstrumentType type
    • Constructor Detail

      • TimeEntry

        public TimeEntry()
      • TimeEntry

        public TimeEntry​(deltix.qsrv.hf.pub.InstrumentIdentity id,
                         long timestamp)
    • Method Detail

      • get

        public TimeEntry get​(deltix.qsrv.hf.pub.InstrumentIdentity id)
        Specified by:
        get in interface TimeIdentity
      • getSymbol

        public java.lang.CharSequence getSymbol()
        Specified by:
        getSymbol in interface deltix.qsrv.hf.pub.InstrumentIdentity
      • setTime

        public void setTime​(long timestamp)
        Specified by:
        setTime in interface TimeIdentity
      • getInstrumentType

        public deltix.qsrv.hf.pub.InstrumentType getInstrumentType()
        Specified by:
        getInstrumentType in interface deltix.qsrv.hf.pub.InstrumentIdentity