drewnoakes / fix-decoder

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

Tag 109 does not display Field Name value #20

Open techie2000 opened 5 years ago

techie2000 commented 5 years ago

Expected Output

119 | ClientID | BLAH

Actual Output

109 |   | BLAH

whatthefrog commented 5 years ago

you are right, it is missing in the data.js

https://github.com/drewnoakes/fix-decoder/blob/master/src/scripts/app/data.js#L836

https://www.onixs.biz/fix-dictionary/4.4/tagnum_109.html might be because

No longer used as of FIX 4.3. Included here for reference to prior versions.

I would recommend to hint this fact when adding it to the definition, e.g. "ClientID (<=4.2)"