Details
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" />