[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();
String fpml = "<xml/fpml here>";
message.setString(1185, fpml);

Comment by Christoph John [ 14/Aug/17 ]

SecurityXML is not included in FIX4.4 TradeCaptureReport message per the FIX spec.

Generated at Sat May 04 12:41:31 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.