Tuesday, November 25, 2014

Fix protocol

The message fields in fix proto are delimited using the ASCII 01 character.

cat fix.log |sed -e 's/\o001/ /g'