Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ FIXSniff Public

Parse FIX messages and display them in human-readable form

License

Notifications You must be signed in to change notification settings

rezdm/FIXSniff

Repository files navigation

FIXSniff

Parse FIX messages and display them in human-readable form

I need a tool to display contents of FIX messages in human-readable form. About 20 years ago, we had something Java-based for such purpose. Trying to find it now -- no luck. Easier to quickly develop something.

dotnet restore
dotnet run
copy-paste a FIX message, e.g.

8=FIX.4.4|9=178|35=D|49=SENDER|56=TARGET|34=1|52=20230101-10:30:00|11=ORDER123|21=1|55=MSFT|54=1|38=100|40=2|44=150.50|59=0|10=123

Click on "Parse", hopefully it will print out the contents with some comments