Categorygithub.com/quickfixgo/traderui
modulepackage
1.0.0
Repository: https://github.com/quickfixgo/traderui.git
Documentation: pkg.go.dev

# README

UI Trader Example Client

Installation

To install the QuickFIX/Go example trading client, use go get:

go get github.com/quickfixgo/traderui

Building the Client

make build

Running the Client

./bin/traderui

This will try to connect to a FIX acceptor on localhost:5001 and expose the UI on localhost:8080.

Licensing

This software is available under the QuickFIX Software License. Please see the LICENSE for the terms specified by the QuickFIX Software License.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewFancyLog creates an instance of LogFactory that writes messages and events to stdout.