First use git to clone this repo:
git clone {TODO: add stash URL}
cd quickfixj-bridge-parent
UMF is built with Maven.
mvn clean install
The above will build the prototype and run all unit tests.
cd quickfixj-bank
mvn exec:java
cd quickfixj-bridge
mvn exec:java
cd quickfixj-venue
mvn exec:java
- Monitor the logs output to the console by each applications
- Venue simulator periodically subscribes to different symbols, receive quotes and then cancels RFQs
- Bridge is passing messages between the venue and the bank
- Bank simulator generates quotes in response to RFQ requests