-
Follow-up to #258 where `getVersion()` was not changed for a minor QFJ release. But with 3.0.0 we should change this.
-
In our production system we have an acceptor and an initiator both QFJ based.
At a certain time the initiator logged
errorEvent -> logError :149 - FIXT.1.1:TRADESTAC_TRAN…
-
When we are adding multiple sessions in sell session config file and run quickfixj. It is working properly. However, it is giving socket accept address null pointer exception if we add targetcompid as…
-
**Describe the bug**
We’ve developed a fix trading gateway using quickfixj library and user validation is performed in **fromAdmin** callback function when receiving a logon message.
If an user sen…
-
**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 MsgSeqNum !=1 we expect…
-
When configuring application as acceptor using Quickfixj 2.3.1
Exception in thread "main" java.lang.NoSuchMethodError: 'void quickfix.mina.ssl.SSLFilter.setUseClientMode(boolean)'
at quickfix.min…
-
**Describe the bug**
When we receive a `RequestResend` from the server the library is responding with a `SequenceReset` message but the `PossDupFlag` is set to `Y`. This is the sequence of events:
…
-
Hi. I want to disable automatic logon of Initiator and control it manually. according to this [stackoverflow](https://stackoverflow.com/a/69493831/6574475) link seems that its possible in quickfixj. h…
-
hi
Trying to use:
io.allune
quickfixj-spring-boot-starter
2.12.0
I saw it has those vulnerabilities:
https://advisory.checkmarx.net/advisory/vulnerability/CVE-2021-42550/
…
-
I tried to create a project based on quickfixj-spring-boot-starter-examples (simple-client-with-database) but with postgresql. I am using JDK 17. I'm pretty sure it's my mistake and I've tried to fix …