[QFJ-886] FIX44.xml InstrumentLeg Inconsistently Defined Created: 12/Apr/16  Updated: 13/Dec/16  Resolved: 12/Dec/16

Status: Closed
Project: QuickFIX/J
Component/s: Message Generation
Affects Version/s: None
Fix Version/s: 1.6.3

Type: Bug Priority: Default
Reporter: Mike Starkie Assignee: Christoph John
Resolution: Fixed Votes: 0
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


Generated at Mon Apr 29 15:14:23 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.