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

Fix repeating group contains all preceding groups tags issue #162

Closed
wants to merge 2 commits into from
Closed

Fix repeating group contains all preceding groups tags issue #162

wants to merge 2 commits into from

Conversation

klmcwhirter
Copy link

In Message.SetGroup the grp variable was not being managed correctly for
repeating groups. We ran into the issue while parsing FIX 4.4
Confirmation (AK).

Also, added ctor to DataDictionary to ease scenarios where the spec XML file(s) are embedded as assembly resources. We do this in applications where QuickFixN is used as a parser only.

Kevin McWhirter added 2 commits January 18, 2013 21:02
In Message.SetGroup the grp variable was not being managed correctly for
repeating groups. We ran into the issue while parsing FIX 4.4
Confirmation (AK).
For scenarios where QuickFixN is used as a parser in appications where
the spec XML file(s) are deployed as embedded assembly resource(s).
@gbirchmeier
Copy link
Member

The stream ctor was already added as part of #178.

@gbirchmeier
Copy link
Member

The repeating group resolution will be tracked via #162. Thanks for your submission. It just needs a test.

(In the future, please try to keep submissions to one feature/fix per pull request, and try to include tests adequate to verify a fix, or at least enough information so that someone else can write a test.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants