[QFJ-931] QuickFixJ 1.6.4 version can't populate SecurityXml and SecurityXmlLen for message type AE for FIX 4.4 version Created: 09/Aug/17 Updated: 14/Aug/17 Resolved: 14/Aug/17 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Message Generation |
Affects Version/s: | 1.6.4 |
Fix Version/s: | None |
Type: | Bug | Priority: | Default |
Reporter: | Sankar | Assignee: | Unassigned |
Resolution: | Not a bug | Votes: | 0 |
Labels: | None |
Description |
Unable to generate tags SecurityXml and SecurityXmlLen tags (1185 & 1184) for message type 35=AE for FIX 4.4 version and using QuickFixJ libraries 1.6.4 |
Comments |
Comment by Sankar [ 10/Aug/17 ] |
There is an alternative way to assign SecurityXml as below. TradeCaptureReport message = new TradeCaptureReport(); |
Comment by Christoph John [ 14/Aug/17 ] |
SecurityXML is not included in FIX4.4 TradeCaptureReport message per the FIX spec. |