fix2json icon indicating copy to clipboard operation
fix2json copied to clipboard

A command-line utility to present FIX protocol messages as JSON or YAML

Results 8 fix2json issues
Sort by recently updated
recently updated
newest added

Instead of requiring the full path of the data dictionary to be specified at runtime, allow user to simply specify the dictionary name (such as `FIX44` or `FIX50SP2`, then manufacture...

enhancement

On file: [fix2json.js](https://github.com/SunGard-Labs/fix2json/blob/spec/fix2json.js)

question

On file: [fix2json.js](https://github.com/SunGard-Labs/fix2json/blob/spec/fix2json.js)

Figure out issues with Sebastian Tomac's converter from 2011 or apply extension pack zipfiles via CLI or filesystem convention. This would obviate XML merging of manually patched QuickFIX dictionaries. Or...

enhancement

When using 5.x FIX dictionaries (e.g. processing CME Datamine historicals), component field definitions under repeating groups are ignored and thus groups containing sub-components (e.g. NoLegs) in their dictionary schemae are...

bug