QuickFIX 1.12.4 review
DownloadQuickFIX is a full-featured open source FIX engine, currently compatible with the FIX 4.0-4.4 spec
|
|
QuickFIX is a full-featured open source FIX engine, currently compatible with the FIX 4.0-4.4 spec. QuickFIX program runs on Windows, Linux, Solaris, FreeBSD and Mac OS X. API's are available for C++, Java, .NET, and Python.
The Financial Information eXchange (FIX) Protocol is a "language" which defines specific kinds of electronic messages for communicating securities transactions between two parties.
FIX defines only the format of the messages and the session-level interaction between two applications. More information on FIX can be found at the FIX protocol web site.
What's New in This Release:
ODBC escape values for times used in time values so they work with any database.
Session will not throw an exception when sending a message without a MsgType.
Added NetworkStatusReport and NetworkStatusRequest messages fix FIX 4.4.
.NET SessionID object can be constructed with field objects.
getSessions implemented in SessionSettings object in .NET.
Fixed repeating groups in ruby which where incorrectly instantiating arrays
indicating sorting order.
Fixed crashes in .NET due to logger being called after going out of scope.
Fixed crashes in gcc due to different allocators being used in user application
vs QuickFIX library by the FieldMap.
Disposing an initiator or acceptor in .NET will also call stop.
QuickFIX 1.12.4 keywords