Package com.epam.fixengine.session
Interface FIXSessionOutOfSyncListener
public interface FIXSessionOutOfSyncListener
Created by wed on 18.04.2017.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onGapClosed
(long lastProcessedSeqNum) void
onGapDetected
(long lastProcessedSeqNum, long receivedSeqNum) void
onGapFillReceived
(FIXFieldList sequenceResetGapFillMessage) void
onGapFillSent
(FIXFieldList sequenceResetGapFillMessage) void
onResendRequestProcessed
(long gapEnd) void
onResendRequestReceived
(long gapStart, long gapEnd) void
onResendRequestSent
(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
-