资 源 简 介
FIX Protocol Message Containers - Lightweight low latency message encoder/decoder
Summary
The to-fix project is a low latency high performance FIX message containers written in Java. The message containers are generated based on an extended QuickFIX XML specification. The to-fix containers supports all FIX versions, 4.2,4.3, 4.4, 5.0, 5.0Sp1, 5.0,sp2, FIXT including adaptations like FIX 4.2 INET Nordic.
A user should modify the XML specification and generate containers for the particular FIX dialect used on the target exchange.
Performance
Fix message encoding and decoding latency for a arbitrary message set; comparison of to-fix with quickFixj on a Intel Core i7 3.07GHz
Developers Guide
Create Customized XML specification based fixprotocol.org FIX repository or by manually editing existing templates.