Interface FIXSessionOutOfSyncListener


public interface FIXSessionOutOfSyncListener
Created by wed on 18.04.2017.
  • 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

      void onGapFillReceived(FIXFieldList sequenceResetGapFillMessage)
    • onGapFillSent

      void onGapFillSent(FIXFieldList sequenceResetGapFillMessage)