From 4a0c812f8f9910f9d2e19ba709548680835e7ac0 Mon Sep 17 00:00:00 2001 From: Mike Kipnis Date: Sat, 7 Mar 2026 21:37:19 -0500 Subject: [PATCH] Add diagrams for Crypto and UST Trader examples Added images for Crypto Trader and UST Trader examples. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 35297c88..4670327a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ DistributedATS is a [**FIX Protocol-based**](https://www.fixtrading.org) alterna ## Examples ### Crypto CLOB/ATS – three matching engines, each handling a subset of instruments. +![Crypto Trader](docs/Diagrams/crypto_trader.gif) + * Users: CRYPTO_TRADER_1, CRYPTO_TRADER_2, CRYPTO_TRADER_3, CRYPTO_TRADER_4 : Password: TEST * http://localhost:8080/ ``` @@ -70,6 +72,7 @@ services: ### US Treasuries CLOB/ATS – one matching engine that handles hundreds of instruments. +![UST Trader](docs/Diagrams/ust_trader.gif) * Users: UST_TRADER_1, UST_TRADER_2, UST_TRADER_3, UST_TRADER_4 : Password: TEST * http://localhost:8080/ ```