You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,21 @@ Example QuickFIX/Go Applications
8
8
* OrderMatch is a primitive matching engine
9
9
10
10
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