quickfix
quickfix copied to clipboard
The Go FIX Protocol Library :rocket:
I am keeping receiving this error for validating the below message. The number is correct (268=8) which I can manually count. Could anyone show me the way to resolve this...
…ssarily involve receiving old messages
Any Logout Messages sent by an Acceptor to an Initiator are ignored by the Initiator while it is in the Logon state. This is buggy behavior since most FIX acceptors...
The TCP Proxy being used doesn't support Proxy V2
changed all usage of `Component` to always be on `Component`, never `*Component`, this way the type switches actually work everywhere and consistently. Because both `*Component` and `Component` implement `MessagePart` it...
When making custom fields I've used the replace directive in my apps go.mod file to point at my local versions of enum modules etc. This seems to work but I...
Let's say that one is using the sql store. Persist looks like this: ``` func (s *session) persist(seqNum int, msgBytes []byte) error { if !s.DisableMessagePersist { if err := s.store.SaveMessage(seqNum,...
I have just installed the package but there is no generate-fix binary built in bin directory. Could anyone help to check pls? Thank you!
If update sequence number cache before store it to mongodb, sql or file, and then get an error, will cause the sequence number to be discontinuous. So, store sequence number...
Adds support for Google Spanner as a data store for messages. Using `sqlstore.go` as a starting point, the SQL specific bits were simply replaced with Spanner equivalents. Testing will be...