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

**Additional context** When **ValidateUnorderedGroupFields** is set to "Y", fix message with one group field, order within a repeating block is getting validated. But, field order within a repeating block that...

Hello In some cases and especially drop-copy flows we need to aggregate multuple sources traffic into a single FIX messages flow. For this purpose we have a superset FIX dictionary....

enhancement

**Is your feature request related to a problem? Please describe.** Per https://www.fixtrading.org/groups/continuousmkts/ Sequence number resets are a bore. **Describe the solution you'd like** The implementation proposed is to use an...

When a resend request to Infinity (or even just a large capped number) is made, this can cause a huge number of messages to be fetched from storage into memory...

HTTP Proxy authentication was failing with a 407 error code. After an in-depth review, we discovered that the header sending was incorrect since the Proxy-Authorization key was missing. This pull...

**Describe the bug** A configured quickfix connection throws an exception whilst processing a heartbeat response. **To Reproduce** Cannot reproduce locally. Issue reported on client system. **Expected behavior** Fix session establish...

@david-gibbs-ig What do you think about the version numbering when separating the example? Should it start with 1.0.0?

**Describe the bug** In 3.0.0-SNAPSHOT, the maven plugin generates code that doesn't compile when its run against the following dictionaries: FIX44.xml FIX50SP1.xml FIX50SP2.xml In each of the directories that contain...