quickfix
quickfix copied to clipboard
The Go FIX Protocol Library :rocket:
if session disconnected during sendBytes, session.messageOut may be set to nil before write in session.onDisconnect()
for "Incorrect NumInGroup" #366 #365 for xml charset: #363
Sorry about the last one, forgot to do the pull against a branch. Currently, debugging an incorrect repeating group template which is missing a tag is difficult because the required...
Recently I've found the need to look at the FIX session's configured start / end time. Essentially we have use a shared FIX client across multiple connections with different start/end...
How in quickfixgo client I can manage sessions? - get session details - reset session - refresh session - enable session - disable sessions Similarly what is done in QuickFix/N...
_full disclosure: I'm fairly new to FIX_ I've been messing around with quickfix and the session lifecycle and was interested to see how quickfix would handle the initiator loosing it's...
version: 0.6.0 I've started a new Initiatior/Acceptor session. Both components has in correctly configured **TargetCompID, TargetSubID, TargetLocationID, SenderCompID, SenderSubID, SenderLocationID** in his own configuration files (_SESSION_ part) After the Logon...
Using: go version go1.12.5 darwin/amd64 With modules enabled, go get -u gives: \# github.com/quickfixgo/field ../../../pkg/mod/github.com/quickfixgo/[email protected]/fields.generated.go:2363:67: undefined: quickfix.TimestampPrecision It seems that the field has been changed and it is no longer...
See #283. We may want to consider adding something like sqlx or better, implement a driver type abstraction to handle driver specific placeholders.