Installation
Build and Install
QuickFIX/Go requires Go to be installed on your machine (version 1.6+ is required). To install QuickFIX/Go and its dependencies, use go get:
go get github.com/quickfixgo/quickfix
Staying Up To Date
To update QuickFIX/Go to the latest version, use:
go get -u github.com/quickfixgo/quickfix
Generating QuickFIX/Go Databases
Everything needed to generate your database is in the _sql directory. For MySQL, there are the script and batch files create.sh and create.bat. These scripts will work on a newly installed MySQL database with default permissions. The scripts will try to generate the database using the root MySQL account with no password. If you need to use a different account or need a password, you will have to edit the script. To select a different user, simply change 'root' to another user. To add a password, use pass the -p option after the username. Similar scripts are provided for MSSQL, PostgreSQL and Oracle.