Package com.epam.fixengine.session
Interface FIXSessionOutOfSyncListener
public interface FIXSessionOutOfSyncListener
Created by wed on 18.04.2017.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonGapClosed(long lastProcessedSeqNum) voidonGapDetected(long lastProcessedSeqNum, long receivedSeqNum) voidonGapFillReceived(FIXFieldList sequenceResetGapFillMessage) voidonGapFillSent(FIXFieldList sequenceResetGapFillMessage) voidonResendRequestProcessed(long gapEnd) voidonResendRequestReceived(long gapStart, long gapEnd) voidonResendRequestSent(long gapStart, long gapEnd)
-
Method Details
-
onGapDetected
void onGapDetected(long lastProcessedSeqNum, long receivedSeqNum) -
onGapClosed
void onGapClosed(long lastProcessedSeqNum) -
onResendRequestReceived
void onResendRequestReceived(long gapStart, long gapEnd) -
onResendRequestProcessed
void onResendRequestProcessed(long gapEnd) -
onResendRequestSent
void onResendRequestSent(long gapStart, long gapEnd) -
onGapFillReceived
-
onGapFillSent
-