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 5.0 Session Message MsgType defaulting to enum value #64

Open
kkozel opened this issue Mar 17, 2016 · 3 comments
Open

FIX 5.0 Session Message MsgType defaulting to enum value #64

kkozel opened this issue Mar 17, 2016 · 3 comments

Comments

@kkozel
Copy link
Contributor

kkozel commented Mar 17, 2016

Looks like we're assigning tag 35 = to the ENUM value, vs the name field on the message from the DD, which results into a case mismatch between messages.

@daino3
Copy link
Contributor

daino3 commented May 24, 2017

instead of seeing:
https://github.com/connamara/logstash-filter-fix_protocol/blob/master/spec/fixtures/FIX42.xml#L525

"MsgType": "MarketDataSnapshotFullRefresh",

You would expect to see:

"MsgType": "MARKET_DATA_SNAPSHOT",

https://github.com/connamara/logstash-filter-fix_protocol/blob/master/spec/fixtures/FIX42.xml#L1742
As defined in the DD

@daino3 daino3 self-assigned this May 25, 2017
@daino3
Copy link
Contributor

daino3 commented May 25, 2017

@kkozel - this appears to be a bug in quickfixj since we're using the data dictionary class from the quickfixj jars. I'll need to pull down the quickfixj project to investigate.

@cbusbey
Copy link
Contributor

cbusbey commented Sep 8, 2017

This may be resolved with the latest quickfix-jruby which now ships with quickfixj 1.6.4.

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

No branches or pull requests

3 participants