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

With additional logging we can see that there is no heartbeat sent for three seconds. Added generation of thread dump after two seconds... ``` TW, event> (Accepting session FIX.4.4:ISLD->TW from...

**Describe the bug** When a session is a TLS session, for example, a Bloomberg TLS session, SETTING_MAX_SCHEDULED_WRITE_REQUESTS does not work as expected. If we set SETTING_MAX_SCHEDULED_WRITE_REQUESTS to be 10 for...

**Describe the bug** If the FileStore stream is closed for any unexpected reason, the reset will fail indefinitely even if the original cause is fixed (or was just a transient...

We have long had some internal settings that I feel like upstream will benefit from (also it makes my life easier). **AllowPosDup** `PossDupFlag` is set when resending messages. Currently it's...

**Describe the bug** `quickfix.ApplicationExtended#onBeforeSessionReset(SessionID)` is called only if the session has a responder and is logged on. **To Reproduce** Setup an application with `StartTime` and `EndTime` and wait for `quickfix.Session#reset()`...

**Is your feature request related to a problem? Please describe.** In the database of my company, the user and the schema have different names, so I must inform the schema...

I have some concers: 1. I wasn't really sure how to convert DateField / UtcTimeField / UtcDateField. Check how I did it. 2. Abstract method convertToString requires changes from users...

Not much testing on this but here's where we're/I'm thinking of going with it.

For some error cases there only is a message logged to the general log. But it would be beneficial to see such errors in the session-specific log file. Example where...

enhancement

I was able to integrate with JaCoCo code coverage and Coveralls plugins. The configuration excludes auto generated code so it covers only quickfixj-core logic (as it should). The build takes...