quickfixj icon indicating copy to clipboard operation
quickfixj copied to clipboard

QuickFIX/J is a full featured messaging engine for the FIX protocol. - This is the official project repository.

Results 144 quickfixj issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** When receiving a Logout message with a sequence gap a Logout message is sent out as a response instead of a ResendRequest to recover the gap and...

**Describe the bug** In the event of a message with a leap-second QFJ will fail to convert it: **To Reproduce** Taking the sample leap second value from FIXimate: "19981231-23:59:60" `UtcTimestampConverter.convertToLocalDateTime("19981231-23:59:60")`...

bug

It would be good for QFJ to support FIX Latest from FTC. If this is done by means of a dependency on the published FIX Latest Repository (Orchestration). I would...

enhancement

Fixes #336 Tests to assure compatibility with FIX Orchestra generated QFJ dictionary : issue-336 see https://github.com/quickfix-j/quickfixj/issues/336

Please, consider adding `socketAddress` to exception passed as argument for `quickfix.SessionStateListener#onConnectException` This information is available in `quickfix.mina.initiator.IoSessionInitiator.ConnectTask#handleConnectException` method and it can be very useful for troubleshooting outside the library

enhancement

**Describe the bug** Though I set console language to ``en_US.UTF-8``, maven use ``zh`` for unittest, so a unittest related to error message failed. * My locale is ``en_US.UTF-8``: ```sh $...

- removed catch for `BindException` since it shouldn't happen when we search for a free port first - decreased waiting time for session creation - added setting `NonStopSession=Y` to prevent...

**Describe the bug** A clear and concise description of what the bug is. A lock is taken by the session on either sending or receiving, but an update in the...

Fixes #282 Attempts to improve Calendar-based memory churn seen in #282 by accessing original calendars and keeping a local cache of temporary ones.

**Describe the bug** We have an initiator configured with 2 acceptors and it connects to them via an sTunnel service running locally: SocketConnectHost=localhost SocketConnectPort=44445 SocketConnectHost1=localhost SocketConnectPort1=44446 If the first acceptor...