Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 891 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 891 Bytes

QuickFIX/Go GoDoc Build Status

Open Source FIX Protocol library implemented in Go

FIX versions 4.0-5.0

Example Apps

See examples for some simple examples of using QuickFIX/Go.

Build and Test

QuickFIX/Go has build dependencies for testing. To fetch Go dependencies, run make get. Acceptance tests depend on ruby in path.

The default make target runs go vet and unit tests.

To run acceptance tests,

	# build acceptance test rig
	make build_accept

	# run acceptance tests
	make accept