To install the QuickFIX/Go example trading client, use go get:
$ go get github.com/quickfixgo/traderuiTo update the example trading client to the latest version, use go get -u github.com/quickfixgo/traderui.
make build./bin/traderuiThis will try to connect to a FIX acceptor on localhost:5001 and expose the UI on localhost:8080.
This software is available under the QuickFIX Software License. Please see the LICENSE for the terms specified by the QuickFIX Software License.