'Quickfixj 2.3 - OutOfOrder exception while parsing the raw FIX mssage

we are using quickfixJ 2.3. To parse and validate used DD, messageFactory .

MessageUtil.parse(msgFactory, dd, rawfixmsg,false).

This gives me OutOFOrderExceprion.

However if I understand correctly, major tags are 8 followed by 9 in start of message ,and the end tag is 10. Remaining tags could be anywhere ..after 9 tag and before 10 tag in message.

How could to achieve this ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source