Skip to content

Commit eb03b15

Browse files
authored
Added section on example applications (#588)
* Added section on example applications * added examples * added line break
1 parent d358547 commit eb03b15

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,17 @@ https://rawgit.com/quickfix-j/quickfixj/master/quickfixj-core/src/main/doc/userm
7070

7171
## basics
7272

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+
7384
### Creating a QuickFIX/J application
7485

7586
Implement the `quickfix.Application` interface.

0 commit comments

Comments
 (0)