Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ackleymi authored Nov 15, 2023
1 parent f5e65a9 commit 71c3853
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ If you are interested in modifying the examples to suit your own purposes, take
* [Executor](cmd/executor/README.md) is a FIX acceptor service that fills every limit order it receives
* [OrderMatch](cmd/ordermatch/README.md) is a primitive matching engine and FIX acceptor service

All examples have been ported from [QuickFIX](http://quickfixengine.org)
An initiator service with a web UI for visualizing the quickfix messaging interface can be found in the [trader ui repo](https://github.com/quickfixgo/traderui)

All examples have been ported from the original [QuickFIX](http://quickfixengine.org)

An initiator with a web UI for visualizing the quickfix messaging interface can be found [here](https://github.com/quickfixgo/traderui)

## Usage
This project builds a cli tool `qf` with 3 commands corresponding to each example.
Expand Down

0 comments on commit 71c3853

Please sign in to comment.