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 d358547 commit eb03b15Copy full SHA for eb03b15
README.md
@@ -70,6 +70,17 @@ https://rawgit.com/quickfix-j/quickfixj/master/quickfixj-core/src/main/doc/userm
70
71
## basics
72
73
+## example applications
74
+
75
+QuickFIX/J includes some example applications in the `quickfixj-examples` module. Moreover, here are some links to example applications:
76
77
+Examples by Geoffrey Gershaw: https://github.com/ggershaw/Examples
78
79
+Examples from QuickFIX/J Spring Boot Starter: https://github.com/esanchezros/quickfixj-spring-boot-starter-examples
80
81
+If you would like to be added to this list, please open a PR with the changes.
82
83
84
### Creating a QuickFIX/J application
85
86
Implement the `quickfix.Application` interface.
0 commit comments