A trading platform implementing a marketplace. Exposing the trading service via a REST / WEB Socket API. Design with pragmatism, simplicity and performance in mind.
- Java 98.8%
- Shell 0.6%
- Batchfile 0.5%
| bin | ||
| configuration | ||
| cryptogwy | ||
| doc | ||
| libs | ||
| meta-client | ||
| meta-common | ||
| meta-engine | ||
| meta-message | ||
| .gitignore | ||
| build.gradle | ||
| LICENSE | ||
| logback.xml | ||
| README.md | ||
| settings.gradle | ||
| ToDO.md | ||
Trading Engine
A marketplace trading engine
This project implements a trading marketplace. The TE is a market place that comes instrument model, price / time matching, market data distribution.
crypto (Bitcoin/Ethereum) network integration, pre-trade validation.
The trading engine provides a REST / WEB Socket API allowing clients to connect to the trading engine.
A more comprehensive information and description is found at Trading Engine Information
Latest Release
- V1.2.0 2022-03-22
- crypto (Bitcoin/Ethereum) network integration
- added GUI test client application.