drewnoakes / fix-decoder

Unravels FIX messages into human readable tables
https://drewnoakes.com/fix-decoder/
80 stars 34 forks source link

Decode fields on a per-FIX-version basis #1

Open drewnoakes opened 11 years ago

drewnoakes commented 11 years ago

Currently the app uses a single set for all field IDs. Investigate whether we need a different mapping for each FIX version.

whatthefrog commented 9 years ago

To add to your investigation, this is one I spotted

Field 64, kind of the same in 4.2 and 4.4 but name changed slightly http://www.onixs.biz/fix-dictionary/4.2/tagNum_64.html FutSettDate http://www.onixs.biz/fix-dictionary/4.4/tagNum_64.html SettlDate