quickfixj
quickfixj copied to clipboard
QuickFIX/J is a full featured messaging engine for the FIX protocol. - This is the official project repository.
To test new implementation of `SSLFilter` See https://issues.apache.org/jira/browse/DIRMINA-1144
Sometimes the unit test `SocketAcceptorTest` is failing because it cannot bind on an address that was used before. More often than not this seems to happen on MacOS. In this...
Initial support for FIX Latest https://github.com/quickfix-j/quickfixj/issues/317 This is related to PR https://github.com/quickfix-j/quickfixj/pull/460, it is an extraction of just the code generation and QFJ Dictionary generation based on the FTC FIX...
Support for FIX Latest #317 This is not ready to merge and is submitted to attract comments. This branch has structural changes that are _intended_ to make it quicker to...
We have ran into similar issue described here https://www.quickfixj.org/jira/browse/QFJ-968 We have a huge fix message flow and if we restart our service after a while (after fixing some errors), our...
This should be changed to a dynamic port to prevent `BindExceptions` because that port is already in use. See for example https://github.com/quickfix-j/quickfixj/blob/48ea859f55904643a9059b91b37611e4424c6248/quickfixj-core/src/test/java/quickfix/SocketAcceptorTest.java#L208
**Describe the bug** We’ve developed a fix trading gateway using quickfixj library. When a user sends a Logon message to the system for a user, with ResetSeqNumFlag = Y and...
Enhancements made to correctly parse Header fields found in the body of a message. Fixes #468
Configuring `StartTime` and `EndTime` on different timezones results in wrong schedule calculation
**Describe the bug** We are connecting to an FX market that has an opening time on the Madrid timezone (at 00:00) and close time on the New York timezone (at...
**Describe the bug** The message queue in SessionState is unbound. This can lead to a vast quantity of messages being stored in memory which can lead to an OOM error....