[QFJ-661] missing value '99' for tag '751' in FIX44.xml Created: 13/Jan/12 Updated: 24/Aug/12 Resolved: 01/Aug/12 |
|
Status: | Resolved |
Project: | QuickFIX/J |
Component/s: | None |
Affects Version/s: | 1.5.2 |
Fix Version/s: | 1.5.3 |
Type: | Bug | Priority: | Trivial |
Reporter: | Christophe Domas | Assignee: | Christoph John |
Resolution: | Fixed | Votes: | 1 |
Labels: | None |
Issue Links: |
|
Description |
The '99' value for tag '751' exists in specs but not in the FIX44.xml. |
Comments |
Comment by Christophe Domas [ 13/Jan/12 ] |
I've check in quickfix c++ 4.4 dictionary and the value also exists. By the way, how do you generate the dictionary files? In the FIX repository, the xml format is very different (lots of xml distinct files)? |
Comment by Jari Junikka [ 24/Feb/12 ] |
This is trivial to fix, but priority is high, not trivial. This leads rejection messages not being delivered correctly to applications and incorrect rejections of the rejection messages delivered to the other party. In other words, it causes a mess. |
Comment by Christoph John [ 24/Feb/12 ] |
I guess the priority was set to trivial because there is an easy workaround: just add the tag to the data dictionary yourself. |