News

I need to write some tests for a system speaking FIX protocol, written in Java. Standard FIX uses ASCII 0x01 as a delimiter on the wire. I find myself struggling to express those FIX messages with ...