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

### Discussed in https://github.com/quickfix-j/quickfixj/discussions/467 Originally posted by **jacques0803** February 14, 2022 Hi FIX Community, I'm attempting to exchange messages with a party that does properly order fields. When ValidateFieldsOutOfOrder=N, simpler...

**Describe the bug** Intermittent failure of SocketAcceptorTest.testQuickRestartOfAcceptor, fails on one build for Ubuntu with Java 8 while the same commit builds successfully for a FORK of the project. **To Reproduce**...

bug

This is an enhancement. In class FieldMap, method setField(StringField field) throws a NullPointerException, but it does not mention which field: `throw new NullPointerException("Null field values are not allowed.");` I would...

enhancement

**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 sends...

bug

**Describe the bug** I've described the problem here as I was not sure if it is a bug or a regular behavior: (https://stackoverflow.com/q/70953085/1043354) **To Reproduce** Set the StartTime and the...

I was wondering if the Example OrderMatch Application.java can be updated to send TradeCaptureReport's as well as ExecutionReport's - supposedly after receiving TradeCaptureReportRequest I just need it for testing

Sleepycat seems unmaintained. Depending on sleepycat involves including an extra database implementation that (most?) people probably aren't using. To my knowledge this only affects `quickfix.SleepycatStore` and `quickfix.SleepycatStoreFactory` **Options:** 1) Extract...

Hi, I have been actively using the DSL similar to https://github.com/mrbald/fixglue for all sorts of non-production FIX testing/mocking/wiring. Would you be interested to include it to examples?

Today, QF/J supports only fix width encoding US-ASCII or ISO-8859-1 Charset in order to both ensure compatibility with QF bindings in other languages, and to allow for an expected behavior...