Example Applications
The Examples directory contains 3 important sample applications for learning how to use QuickFIX/n:
- The Simple Acceptor is a barebones acceptor that prints any message it receives to the console
- The Trade Client is a command-line client that sends typical order messages based on the user's command-line inputs.
- The Executor listens for order messages and responds with mock execution responses.
The Trade Client and Executor can be configured to send and execute orders with each other.
You can see these examples on Github, and they are also included in the release zips.