Class StringMessage

  • All Implemented Interfaces:
    deltix.data.stream.TimeStampedMessage, deltix.qsrv.hf.pub.InstrumentIdentity, deltix.qsrv.hf.pub.InstrumentIdentityInterface, deltix.qsrv.hf.pub.InstrumentMessageInfo, deltix.qsrv.hf.pub.InstrumentMessageInterface, deltix.qsrv.hf.pub.RecordInfo, deltix.qsrv.hf.pub.RecordInterface, java.lang.Comparable<deltix.qsrv.hf.pub.InstrumentMessage>

    public class StringMessage
    extends deltix.qsrv.hf.pub.InstrumentMessage
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String data  
      static java.lang.String TYPE_NAME  
      • Fields inherited from class deltix.qsrv.hf.pub.InstrumentMessage

        instrumentType, nanoTime, symbol, timestamp
      • Fields inherited from interface deltix.data.stream.TimeStampedMessage

        INT64_NULL, TIMESTAMP_UNKNOWN
    • Constructor Summary

      Constructors 
      Constructor Description
      StringMessage()  
    • 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.InstrumentMessage

        clone, compareTime, compareTime, compareTo, copyFrom, createInstance, equals, formatNanos, getInstrumentType, getNanoTime, getSymbol, getTimeStampMs, getTimeString, hasInstrumentType, hasNanoTime, hasSymbol, hasTimeStampMs, nullify, nullifyInstrumentType, nullifyNanoTime, nullifySymbol, nullifyTimeStampMs, reset, setInstrumentType, setNanoTime, setSymbol, setTimeStampMs, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • TYPE_NAME

        public static final java.lang.String TYPE_NAME
      • data

        public java.lang.String data
    • Constructor Detail

      • StringMessage

        public StringMessage()
    • Method Detail

      • toString

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