[QFJ-147] FIX**.xml missing values for MsgType Created: 02/Mar/07 Updated: 03/Mar/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: | Toli Kuznets |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
All |
||
| Attachments: |
|
| Description |
|
The fix specification files FIX40.xml, FIX41.xml and FIX42.xml (but not 43 and 44) are missing the values sub elements for the MsgType field definition. Currently they have: <field number="35" name="MsgType" type="STRING"/> But they should have something like: <field number="35" name="MsgType" type="STRING"> |
| Comments |
| Comment by Graham Miller [ 02/Mar/07 ] |
|
Patch to fix MsgType value fields |
| Comment by Steve Bate [ 03/Mar/07 ] |
|
I'm just curious. Did you post this issue against the C++ QuickFIX also? I noticed Oren made the same changes today. |
| Comment by Toli Kuznets [ 03/Mar/07 ] |
|
I didn't but Graham did. He noticed the values were missing, checked against the C++ Quickfix and filed a bug in both. |
| Comment by Toli Kuznets [ 03/Mar/07 ] |
|
added the missing values. |