[QFJ-148] FIX42.xml out of sync with QuickFIX equivalent Created: 02/Mar/07 Updated: 12/Apr/07 Resolved: 03/Mar/07 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Build |
| Affects Version/s: | 1.0.5 |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Default |
| Reporter: | Graham Miller | Assignee: | Steve Bate |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
All |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
The QuickFIX/J specification file, uses descriptions "F_X_NETTING" and "F_X_SWAP" for the values of field "AllocLinkType", whereas QuickFIX uses "FX_NETTING" and "FX_SWAP", each in the FIX42.xml file. This could prevent QuickFIX/J from being a true "drop-in replacement" for QuickFIX... |
| Comments |
| Comment by Graham Miller [ 02/Mar/07 ] |
|
Patch file showing the difference between the QuickFIX FIX42.xml and the QuickFIX/J FIX42.xml |
| Comment by Steve Bate [ 03/Mar/07 ] |
|
This is the reason for the current mismatch. However, I agree that it's best to keep it consistent with the QuickFIX C++ XML files. For some reason, those files use F_X in some places and FX in others. ??? |
| Comment by Steve Bate [ 03/Mar/07 ] |
|
The previous comment is for the link to the related issue. |