Replies: 1 comment 2 replies
-
What do you mean by "they are the fields/groups of the main message"? Outside of repeating groups the order should not matter. You could try if this helps: https://stackoverflow.com/a/60048848/4962355 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am sending 35=V MDRequest messages to an acceptor, where the 146 repeating group precedes the 267 group. Which is normal. Hovewer the specification of the acceptor specifies a different order. And I always get rejection with "Tag specified out of required order" message. Since I can not make the acceptor more adaptable I need to change the order of the fields in my side. But they are not in a group, where it is "easy", they are the fields/groups of the main message. As far as I seen the orders can not be modified, as the fields and groups are stored in a TreeMap. Dictionary modifications don't have any effects. The only solution is really a dictionary modification and then a full build and using the newly built jar?
Beta Was this translation helpful? Give feedback.
All reactions