Details
-
Type: Bug
-
Status: Closed
-
Priority: Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.3
-
Component/s: Message Generation
-
Labels:None
Description
Hi,
Looks like the InstrumentLeg Component block is inconsistently defined in FIX44.xml in version 1.6.0
In some places (lines 915-917, msgType=SecurityDefinition) it is defined as :
<group name="NoLegs" required="N">
<component name="InstrumentLeg" required="N"/>
</group>
In other places (lines: 3557-3558, msgType=CollateralInquiry) it is defined like:
<field name="NoLegs" required="N"/>
<component name="InstrumentLeg" required="N"/>
The impact of this is that an XML parser can not correctly parse this component block across all message types.
Regards