Incorrect enum sort order

Hi,

Looks like the sort order for Enum values are incorrect. FIX Repository for EP 240, Enum.xml file have enum values with the same sort order. For example, tag 447 enum value “B” have sort order 1. Same sort order as enum values “1”, “6”, and “I”.

FIX Repository downloaded from: https://www.fixtrading.org/packages/ep240/

Some of the tags (like 447) have groups of enums and the sort order is local to the group, i.e. not unique for the entire tag. You have to take the inside Enum.xml into account as well.

The sort order is only relevant for the display of the FIX Repository content, e.g. in FIXimate. The sort order of enums has no impact on the wire format of tag=value or other encodings.