[QFJ-910] MessageUtils.parse does not respect the dictionary order Created: 21/Dec/16 Updated: 21/Dec/16 Resolved: 21/Dec/16 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Message Generation |
Affects Version/s: | 2.0.0 |
Fix Version/s: | None |
Type: | Bug | Priority: | Blocker |
Reporter: | anup singh | Assignee: | Unassigned |
Resolution: | Not a bug | Votes: | 0 |
Labels: | QuickfixJ |
Description |
Hi Team, I have a message which was not in order as dictionary but i try to use the MessageUtils.parse(messageFactory, dictionary, targetMessage.toString()); to re-ordered but it is still not respecting my dictionary order.can someone please help on this ? |
Comments |
Comment by Christoph John [ 21/Dec/16 ] |
The field order is declared in the message class itself. You probably need to regenerate the message classes using your specific data dictionary. |