Class BinaryPayloadMessage
- java.lang.Object
-
- deltix.qsrv.hf.pub.InstrumentMessage
-
- deltix.qsrv.hf.tickdb.ui.tbshell.benchmark.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
-
Constructor Summary
Constructors Constructor Description BinaryPayloadMessage()
-
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
-
-
-
-
Method Detail
-
getPayload
public deltix.util.collections.generated.ByteArrayList getPayload()
-
setPayload
public void setPayload(deltix.util.collections.generated.ByteArrayList payload)
-
getRecordClassDescriptor
public static RecordClassDescriptor getRecordClassDescriptor()
-
-