Package deltix.qsrv.hf.blocks.l2
Class L2DataProcessorConfig
- java.lang.Object
-
- deltix.qsrv.hf.blocks.l2.L2DataProcessorConfig
-
public class L2DataProcessorConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static L2DataProcessorConfigNULL
-
Constructor Summary
Constructors Constructor Description L2DataProcessorConfig()L2DataProcessorConfig(boolean produceL1, deltix.data.stream.MessageChannel<deltix.qsrv.hf.pub.InstrumentMessage> outputChannel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description deltix.data.stream.MessageChannel<deltix.qsrv.hf.pub.InstrumentMessage>getOutputChannel()booleanisProduceL1()booleanisUseOriginalTimestampAsLast()voidsetOutputChannel(deltix.data.stream.MessageChannel<deltix.qsrv.hf.pub.InstrumentMessage> outputChannel)voidsetProduceL1(boolean produceL1)voidsetUseOriginalTimestampAsLast(boolean useOriginalTimestampAsLast)
-
-
-
Field Detail
-
NULL
public static final L2DataProcessorConfig NULL
-
-
Method Detail
-
isUseOriginalTimestampAsLast
public boolean isUseOriginalTimestampAsLast()
-
setUseOriginalTimestampAsLast
public void setUseOriginalTimestampAsLast(boolean useOriginalTimestampAsLast)
-
isProduceL1
public boolean isProduceL1()
-
setProduceL1
public void setProduceL1(boolean produceL1)
-
getOutputChannel
public deltix.data.stream.MessageChannel<deltix.qsrv.hf.pub.InstrumentMessage> getOutputChannel()
-
setOutputChannel
public void setOutputChannel(deltix.data.stream.MessageChannel<deltix.qsrv.hf.pub.InstrumentMessage> outputChannel)
-
-