Details
-
Type: Bug
-
Status: Closed
-
Priority: Critical
-
Resolution: Not a bug
-
Affects Version/s: 1.3.3
-
Fix Version/s: None
-
Component/s: Message Generation
-
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
. 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.