Class PolyRecordMessageDecoder

  • All Implemented Interfaces:
    MessageDecoder<deltix.qsrv.hf.pub.InstrumentMessage>

    public class PolyRecordMessageDecoder
    extends java.lang.Object
    implements MessageDecoder<deltix.qsrv.hf.pub.InstrumentMessage>
    • Constructor Detail

      • PolyRecordMessageDecoder

        public PolyRecordMessageDecoder​(deltix.qsrv.hf.pub.InstrumentType instrumentType,
                                        java.lang.String symbol,
                                        TypeLoader loader,
                                        CodecFactory factory,
                                        RecordClassDescriptor[] types,
                                        boolean combined)
    • Method Detail

      • decode

        public deltix.qsrv.hf.pub.InstrumentMessage decode​(deltix.util.lang.Filter<? super deltix.qsrv.hf.pub.InstrumentMessage> filter,
                                                           deltix.util.memory.MemoryDataInput in)
        Specified by:
        decode in interface MessageDecoder<deltix.qsrv.hf.pub.InstrumentMessage>
      • getCurrentTypeIndex

        public int getCurrentTypeIndex()