[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, In some places (lines 915-917, msgType=SecurityDefinition) it is defined as : In other places (lines: 3557-3558, msgType=CollateralInquiry) it is defined like: The impact of this is that an XML parser can not correctly parse this component block across all message types. Regards |