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%
Find a file
2023-04-17 09:00:37 +02:00
bin cut & paste 2022-03-28 16:27:55 +02:00
configuration Add EnterOrderDialog to TeGuiTestApp. Config changed Crypto now disabled default 2022-03-24 17:13:18 +01:00
cryptogwy check and update linux sh files 2022-03-22 08:42:01 +01:00
doc check and update linux sh files 2022-03-22 08:43:56 +01:00
libs added ethereum 2022-03-05 07:08:11 +01:00
meta-client Fix issue with initial load in guiclient 2022-03-28 11:23:53 +02:00
meta-common update common build file to comply to newer gradle versions 2023-04-17 09:00:37 +02:00
meta-engine version history 2022-03-29 08:49:19 +02:00
meta-message crypto win I1 2022-03-21 14:12:00 +01:00
.gitignore Update doc and bin files 2022-01-04 20:12:13 +01:00
build.gradle increment version 1.2.1 2022-03-29 08:58:11 +02:00
LICENSE license 2021-11-28 10:24:15 +01:00
logback.xml bitcoin gateway implemented, changed to mongodb 2022-02-16 16:08:34 +01:00
README.md check and update linux sh files 2022-03-22 08:56:17 +01:00
settings.gradle added the TEGuiTestApp 2022-03-10 10:24:03 +01:00
ToDO.md bitcoin gateway implemented, changed to mongodb 2022-02-16 16:08:34 +01:00

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.