Imported from previous forum
[ original email was from Steve Bate - sbate@smart-trade.net ]
QuickFIX/J is a 100% Java implementation of the QuickFIX C++
FIX engine.
http://www.quickfixengine.org/
The release can be downloaded from SourceForge.
New Features and Improvements:
- QuickFIX C++ JNI 1.11.0 compatibility
- Upgraded network code to MINA (Netty removed)
- Converted non-session logging to SLF4J (Commons Logging removed)
- SLF4J log category names can use SessionID-based patterns
- ScreenLogFactory can be configured to filter heartbeat messages
- New CompositeLogFactory supports use of multiple Logs
(for example, screen and file/jdbc) - JdbcLog tables names are configurable
- Failover support for acceptors.
- Message component code generation and support in FieldMap.
- Updated third party libraries to latest versions.
- Standard FIX XML files can be loaded from quickfix.jar
- DataDictionary setting is optional, default dictionary inferred
from session BeginString. - Improved DataDictionary error checking.
- Time zones can be specified for session schedules
- Added options for specifying resend ranges
Bug Fixes:
- Bug #147 QuoteRequestRejectReason missing 2 values
- Bug #148 toAdmin called incorrectly (Message.isAdmin() bug)
Steve Bate
Smart Trade Technologies