[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. Repeating group is: 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: 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: ******************************************************************************** . Message payload is of type: String (org.mule.api.service.ServiceException) ********************************************************************************** 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. |
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. |