Search code examples
fix-protocol

Utility for FIX to verify message


Anyone aware of a FIX utility available online to verify fix messages? ie: accept a fix message and check things like body length length and checksum. thanks


Solution

  • There is a fix log decoder on https://fixspec.com. When you enter a message it is parsed and items such as checksum and body length are also checked. You need to register to access it, but registration is free.