Skip to content

Commit 74e3dcb

Browse files
authored
Update README.md
1 parent b619b4c commit 74e3dcb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ DistributedATS is a [**FIX Protocol-based**](https://www.fixtrading.org) alterna
1212
* [**Data Service**](https://github.com/mkipnis/DistributedATS/tree/master/DataService/src) authenticates users, provides reference data, services mass order status requests, and market data snapshots. Data Service services all non-critical to order flow DDS messages including *Logon*, *Logout*, *MassOrderStatusRequest*, *MarketDataSnapshot*. Data Service can service one or more FIX Gateways and Matching Engines.
1313

1414
![N|Solid](https://raw.githubusercontent.com/mkipnis/DistributedATS/master/docs/Diagrams/CryptoCLOB.png?raw=true)
15-
[See: CryptoCLOB](https://github.com/mkipnis/DistributedATS/tree/master/MiscATS/CryptoCLOB)
1615

17-
### Examples
18-
#### Crypto CLOB/ATS – three matching engines, each handling a subset of instruments.
16+
17+
18+
## Examples
19+
### Crypto CLOB/ATS – three matching engines, each handling a subset of instruments.
1920
* Users: CRYPTO_TRADER_1, CRYPTO_TRADER_2, CRYPTO_TRADER_3, CRYPTO_TRADER_4 : Password: TEST
2021
* http://localhost:8080/
2122
```
@@ -53,7 +54,8 @@ services:
5354
- "8080:8080"
5455
```
5556

56-
#### US Treasuries CLOB/ATS – one matching engine that handles hundreds of instruments.
57+
58+
### US Treasuries CLOB/ATS – one matching engine that handles hundreds of instruments.
5759
* Users: UST_TRADER_1, UST_TRADER_2, UST_TRADER_3, UST_TRADER_4 : Password: TEST
5860
* http://localhost:8080/
5961
```

0 commit comments

Comments
 (0)