...
For the official protocol specification, see the IPC/client/protocol.md file available at in the FIXEdge - SDK package.
Data Exchange
In the data exchange phase, the Handler sends JSON-serialized FIX messages to the Client together with supplementary data that includes the clientTag and any additional auxiliary data. The Client must respond with a result code (0 for success) and additional reply data within a specified timeout:
...