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** If the amount of data is particularly large 。 ``` ResetOnLogon=N ResetOnLogout=N ResetOnDisconnect=N ResetOnError=N ``` in quickfixj-initiator delete local quickfixj file。 restart quickfixj-acceptor OOM (If there is...

bug

Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.12.0 to 3.13.0. Commits 7a9ba2a [maven-release-plugin] prepare release maven-plugin-tools-3.13.0 789315b [MPLUGIN-521] Nested types not properly extracted cause exception while gener... 1fa1805 [MPLUGIN-519][MPLUGIN-520] Parent POM 42, prerequisite of...

dependencies
java

Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.12.0 to 3.13.0. Commits 7a9ba2a [maven-release-plugin] prepare release maven-plugin-tools-3.13.0 789315b [MPLUGIN-521] Nested types not properly extracted cause exception while gener... 1fa1805 [MPLUGIN-519][MPLUGIN-520] Parent POM 42, prerequisite of...

dependencies
java

Bumps net.sf.saxon:Saxon-HE from 12.4 to 12.5. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.sf.saxon:Saxon-HE&package-manager=maven&previous-version=12.4&new-version=12.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Fixes #824 Added new configuration setting FieldValidationLogging. When it is Y, then prints log messages instead of failing validation for unknown user defined fields, unknown fields and unknown enum values.

**Is your feature request related to a problem? Please describe.** Currently there are such options as AllowUnknownMsgFields and ValidateUserDefinedFields. We are working in an environment where dictionary changes faster than...

**Describe the bug** FieldType.CHAR does not define a javaType for itself and defaults to String.class as it's java type. **To Reproduce** Pick up any FIX message, with a CharField (for...

**Describe the bug** quickfix.fix50sp2.MessageFactory.create(FIX5.0SP2, AE, 457) returns null instead of an instance of `NoUnderlyingSecurityAltId` group **To Reproduce** Create a simple Junit to call this method with the above mentioned parameters....

**Describe the bug** The OnLogon method is not getting invoked on subsequent connection resets **To Reproduce** Stop the existing connection with ICE, reconnect with ICE again. If you try to...

bug

Fixes #820 While parsing a rawstring back to a quickfix.Message object, CHAR fields are created as StringField because it String.java is the default javaType. All other primitive types have their...