quickfixj
quickfixj copied to clipboard
Field ordering functionality.
TreeMap is the default ordering for fields in QFJ. This provides numerical tag based ordering.
Occasionally it is useful to be able to override it to enforce a specific ordering of fields based on a provided list.
It's also useful to be able to get the ordered lists of fields from the Dictionary for a Message/Group.
I'll have a look why this is breaking a test :)