public class MeffOutOfSequenceMessageHandler extends OutOfSeqMsgHandler
logIsTraceEnabled
Constructor and Description |
---|
MeffOutOfSequenceMessageHandler() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkAndUnset() |
protected void |
processMessageWithExpectedSeqNum(FIXFieldList message,
long incomingSeqNum) |
protected void |
processMessageWithHighSeqNum(FIXFieldList message,
long incomingSeqNum,
long expectedSeqNum)
Process message with high seq num.
|
getSequenceManager, onNewMessage, processMessageWithLowSeqNum, setFIXSession
callNextHandler, getNext, setNext
getFIXSession, logErrorToSession, logWarnToSession
protected void processMessageWithExpectedSeqNum(FIXFieldList message, long incomingSeqNum)
processMessageWithExpectedSeqNum
in class OutOfSeqMsgHandler
protected void processMessageWithHighSeqNum(FIXFieldList message, long incomingSeqNum, long expectedSeqNum)
OutOfSeqMsgHandler
processMessageWithHighSeqNum
in class OutOfSeqMsgHandler
message
- the messageincomingSeqNum
- the incoming seq numexpectedSeqNum
- the expected seq numpublic static boolean checkAndUnset()
Copyright © 2000–2022 EPAM Systems. All rights reserved.