[QFJ-714] To handle 880 tag in FIX4.4 protocol using quickfixj1.3.3 jar Created: 07/Nov/12  Updated: 07/Nov/12  Resolved: 07/Nov/12

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

Type: Bug Priority: Critical
Reporter: Lailesh Jawale Assignee: Unassigned
Resolution: Not a bug Votes: 0
Labels: None
Environment:

Production



 Description   

Hi,

I am trying to populate some extra fields as part of my ongoing requirment in project for clearing fields.
The extra tags need to be populated are:

Repeating group is:
453 =2 (448=CME447=D452=21448=CCP447=D452=16)
1003 and 880 tags

To process the repeating group we require to use DataDictionay internally so we are using it as below:

1) The call for quickfix message is:
quickfix.Message(msb.toString(), new DataDictionary("FIX44.xml"), true);

2) UseDataDictionary=Y as configuration part for FIX level.

We are able to genearte the repeating group (453 =2 (448=CME447=D452=21448=CCP447=D452=16)) and 1003 tag successfully, however when we tray to pass 880 field the quickfixj 1.3.3 throws an error as:

********************************************************************************
Exception stack is:
1. Header fields out of order (quickfix.InvalidMessage)
quickfix.Message:386 (null)
2. Component that caused exception is: SedaService

{PreprocessServiceComponent}

. Message payload is of type: String (org.mule.api.service.ServiceException)
org.mule.component.DefaultLifecycleAdapter:216 (http://www.mulesource.org/docs/site/current2/apidocs/org/mule/api/service/ServiceException.html)
********************************************************************************
Root Exception stack trace:
quickfix.InvalidMessage: Header fields out of order

**********************************************************************************

Please guide us to handle 880 tag along with repeating group and 1003 tag in fix4.4 protocol and using quickfixk1.3.3 jar.



 Comments   
Comment by Grant Birchmeier [ 07/Nov/12 ]

You should join the mailing list and send your question there. The JIRA system is for tracking engine bugs and is not monitored by many people.

http://quickfixj.org/support/

Comment by Christoph John [ 07/Nov/12 ]

Please do not forget to add the code excerpt which shows how you add the fields to the message/header.

Generated at Mon May 06 01:51:03 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.