|
From: Felipe W. <fel...@gm...> - 2021-05-05 02:04:31
|
Hello everyone! With a study intention, I've created one project, It's a trading simulator between a Broker and a Stock Exchange using the Financial Information eXchange (FIX) Protocol. It uses QuickFIX/J, Quarkus, Angular, Docker, Docker Compose and PostgreSQL. It is available here: https://github.com/felipewind/fix-trading-simulator In the project there are instructions to run it. It's possible to run it directly from its Docker Hub images or to build it locally. On the broker side, you can submit, cancel and list orders. On the exchange side, you can negotiate, cancel and list the orders, there's also one option to set the automatic trade. Besides that, you can access options to manage the FIX Session, like doing a logon, a o logout, check the current Session status, storage, settings and list the messages that were sent. On the Logs item you can list the FIX events and the incoming and outgoing messages. My next task in this project is to allow the real time update of the front end using the web socket technology. Thanks for reading! If you are interested in this project, just contact me! Cheers, Felipe Windmoller |