Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequence reset gap fill reverse verify logic #784

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 14, 2023

  1. port @mgatny's "JSON to FIX" work to head

    gbirchmeier authored and Oliver Clancy committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    6e5ea42 View commit details
    Browse the repository at this point in the history
  2. release notes for JSON<->FIX feature-adds

    gbirchmeier authored and Oliver Clancy committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    059ee2f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/oclancy/quickfixn

    Oliver Clancy committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    16846e5 View commit details
    Browse the repository at this point in the history
  4. Reverse logic for testing TooLow and TooHigh when

    recieving a SequenceReset with GapFill=Y
    Reversing logic allows the GapFill to be applied during message resend.
    Discussion:
    connamara#309 (comment)
    Oliver Clancy committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    c8d46d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Add tests to demonstrate the issue and narrow the issue to resending …

    …msgs that reset the sequnece number with the same msgseqnum that caused the initial resendrequest
    Oliver Clancy committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    65d1c6c View commit details
    Browse the repository at this point in the history