[QFJ-857] quickfix.FieldNotFound: 555, index=1 while using TradeCaptureReport.fromString(fixMsg, dd, true) Created: 04/Aug/15 Updated: 04/Aug/15 Resolved: 04/Aug/15 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Blocker |
| Reporter: | balakrishna | Assignee: | Unassigned |
| Resolution: | Not a bug | Votes: | 0 |
| Labels: | QuickfixJ | ||
| Description |
|
We are developing an utility which will take fix message string as input to the MessageUtils.parse method to create a TradeCaptureReport Object. This object intern pass it to the downstream to process further to create a Deal in our system. quickfix.FieldNotFound: 555, index=1 Java Code: We tried with the 2 methods the results into the same error. Error is coming because message.frromString()// method is not populating the group by filed map for 555 though it present in the Fix messages: |
| Comments |
| Comment by balakrishna [ 04/Aug/15 ] |
|
Hi, After setting the above property to the Datadictionary this problem got resolved. please close this call. |