We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6fd64 commit 7de7b3fCopy full SHA for 7de7b3f
README.md
@@ -23,7 +23,6 @@ For asking questions please use the mailing list: https://lists.sourceforge.net/
23
Please report issues at http://www.quickfixj.org/jira.
24
25
## contributions
26
-
27
Pull requests are always welcome! Best is if you added a unit test to show that a certain bug has been fixed or a new feature works as expected.
28
29
## build instructions
@@ -43,6 +42,9 @@ Slow: if you want to run all tests:
43
42
$ mvn clean package -Dmaven.javadoc.skip=true
44
```
45
+## configuration options
46
+https://rawgit.com/quickfix-j/quickfixj/master/quickfixj-core/src/main/doc/usermanual/usage/configuration.html
47
+
48
## basics
49
50
### Creating a QuickFIX/J application
0 commit comments