Skip to content

Commit 4cb3b2d

Browse files
author
Chris Busbey
committed
readme
1 parent 6faafac commit 4cb3b2d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,21 @@ Example QuickFIX/Go Applications
88
* OrderMatch is a primitive matching engine
99

1010
All examples have been ported from [QuickFIX](http://quickfixengine.org)
11+
12+
Installation
13+
------------
14+
15+
To install QuickFIX/Go examples, use `go get`:
16+
17+
```
18+
go get github.com/quickfixgo/examples
19+
```
20+
21+
### Staying up to date
22+
23+
To update the examples to the latest version, use `go get -u github.com/quickfixgo/examples`.
24+
25+
Licensing
26+
---------
27+
28+
This software is available under the QuickFIX Software License. Please see the [LICENSE.txt](https://github.com/quickfixgo/examples/blob/master/LICENSE.txt) for the terms specified by the QuickFIX Software License.

0 commit comments

Comments
 (0)