Registry / messaging / quickfixgo-field

quickfixgo-field

JSON →
library0.1.0gogounverified

Generated FIX field types for the QuickFIX/Go FIX engine.

go get github.com/quickfixgo/field
INSTALL
IMPORT
SIG · QUICKFIXGO-FIELD
Q
quickfixgo-field
messaginggov0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

field
github.com/quickfixgo/field

Create and use a FIX field

package main import ( "fmt" "github.com/quickfixgo/field" ) func main() { f := field.NewFIXString(field.Tag(35), "D") fmt.Println(f.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
quickfixgo-field — go get quickfixgo-field · libregistry