[Quickfix-developers] Version 1.2.0 released
Brought to you by:
orenmnero
From: <OM...@th...> - 2002-08-08 19:32:50
|
Version 1.2.0, is now available from http://quickfix.thoughtworks.com. The biggest addition to this version is that we now have a .NET API. Also the documentation now covers how to write applications in java and .NET (using C# for examples). Release notes are below. 1.2.0 ----- First release of .NET API for QuickFIX. The API is mostly a direct port of the JAVA API, future versions well attempt to refine this API to use more .NET specific constructs. QuickFIX applications can now be written in C# or VB.NET or any other CLR language. Documentation covers all API's, C++, Java, and .NET New example application executor. Executor example is implemented in C++, Java and C# for side by side comparison. Fixed bug where the session time range was not calculated correctly when minutes or seconds were involved. (.i.e., is that start time was set to 12:30:00, the 30 would cause problems, wheras 12:00:00 would be fine). Resend requests with EndSeqNo set to 0 (>=FIX 4.2) or 999999 (<=FIX 4.1) are now supported. Possible duplicate messages with a sequence number that is too low will no longer be forwarded to the application callback. FIX Specification parser modified so it will now capture some fields that it was missing. The FIX42.xml file in particular is more complete. Made Java API more consistant with C++ API. --oren |