[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: File msgtype.patch    

 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">
<value enum="0" description="HEARTBEAT" />
<value enum="1" description="TEST_REQUEST" />



 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.
Just means that Oren is faster than me at checking the changes in - i should put it in by the end of the day PST.

Comment by Toli Kuznets [ 03/Mar/07 ]

added the missing values.
fixed checked in in revision 600

Generated at Sat Nov 23 10:34:19 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.