Class BinaryPayloadMessage

  • 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 BinaryPayloadMessage
    extends deltix.qsrv.hf.pub.InstrumentMessage
    • Field Summary

      Fields 
      Modifier and Type Field Description
      deltix.util.collections.generated.ByteArrayList payload  
      • 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
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      deltix.util.collections.generated.ByteArrayList getPayload()  
      static RecordClassDescriptor getRecordClassDescriptor()  
      void setPayload​(deltix.util.collections.generated.ByteArrayList payload)  
      • 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, toString
      • Methods inherited from class java.lang.Object

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

      • payload

        public deltix.util.collections.generated.ByteArrayList payload
    • Constructor Detail

      • BinaryPayloadMessage

        public BinaryPayloadMessage()
    • Method Detail

      • getPayload

        public deltix.util.collections.generated.ByteArrayList getPayload()
      • setPayload

        public void setPayload​(deltix.util.collections.generated.ByteArrayList payload)