quickfix-j / quickfixj

QuickFIX/J is a full featured messaging engine for the FIX protocol. - This is the official project repository.
http://www.quickfixj.org
Other
955 stars 611 forks source link

Proposal to add FIX Glue DSL into examples. #249

Open mrbald opened 4 years ago

mrbald commented 4 years ago

Hi,

I have been actively using the DSL similar to https://github.com/mrbald/fixglue for all sorts of non-production FIX testing/mocking/wiring. Would you be interested to include it to examples?

chrjohn commented 4 years ago

In my opinion it would be a valuable addition since from my experience everyone seems to create some test tools or glue code of their own. So it could serve as a good starting point for own extensions or even used as-is.

JThoennes commented 3 years ago

@chrjohn , remember I started about something like this years ago, but never got complete... :-)

david-gibbs-ig commented 2 years ago

I wonder if examples should be moved outside of the basic project. The old "quickfixj-examples" could have its own repo. At least, a little "quickfixj.github.io" repo could have some (markdown) documents and references to example projects outside the QFJ project such as the project above and "https://github.com/esanchezros/quickfixj-spring-boot-starter". Updating the documents to link to external projects would still be controlled by PR.