quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

The Go FIX Protocol Library :rocket:

Results 130 quickfix issues
Sort by recently updated
recently updated
newest added

Hi, we're currently in the middle of going live with a project that involves FIX connections to a very large stock exchange. We are currently testing in their UAT environment,...

For the most part, generated messages and fields suffice for sending and receiving FIX messages with repeating groups. However... it is not possible for session code unaware of the message...

Bug

The ```RepeatingGroup``` tags are not created during the read process. Tag values are there but tags are not copied over / read. If `CopyInto` is used to copy from old...

* Dynamic sessions are not added to the settings until after the session factory has created the sessions. In this scenario the filestore and sqlstore are unable to get the...

If data is sent to **s.sessionEvent** after for loop breaks, **s.stateTimer.Stop()** and **s.peerTimer.Stop()** would blocked because **s.sessionEvent** is blocked, the event timer callback would never return.

We've been using quickfix for sometime now and the log file has become too big over the last few years. Do you guys have any recommendation to tackle this issue?

Hello, sometime I receive concurrent read & write error when I try to log the whole struct or just a single value. I don't modify structs I received from quickfix,...

Extract of fix config which I am working at ``` PersistMessages=Y SQLStoreDriver=pgx SQLStoreDataSourceName=postgres://pgxuser:pgxpass@localhost:5432/testdb ``` Using the above session settings is not able to initiate the session, having the postgres module...