Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ackleymi committed Nov 15, 2023
1 parent 705394e commit e4b3046
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# UI Trader Example Client

## Installation
To install the QuickFIX/Go example trading client, use `go get`:
![Screenshot](./screenshot.png)

```sh
go get github.com/quickfixgo/traderui
```

## About
This repo contains an example of a quickfix Initiator service with a web UI that can interact with a quickfix Acceptor service and transmit common FIX messages back and forth. The messages are assembled and displayed in the UI in a way that will be familiar and informative to those wishing to explore basic quickfix capabilities. An acceptor to use as a local counterparty can be found in the [examples repo.](https://github.com/quickfixgo/examples)

## Building the Client
```sh
Expand Down
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e4b3046

Please sign in to comment.