You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+80-52Lines changed: 80 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,86 @@ DistributedATS is a [**FIX Protocol-based**](https://www.fixtrading.org) alterna
12
12
*[**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.
@@ -71,54 +150,3 @@ DistributedATS is a [**FIX Protocol-based**](https://www.fixtrading.org) alterna
71
150
### Autogeneration of IDL from QuickFIX XML
72
151
[GenTools](https://github.com/mkipnis/DistributedATS/tree/master/GenTools) is a utility that generates DDS IDL, FIX to IDL, and IDL to FIX adapters and IDL logger helper classes from QuickFIX's XML data dictionary.
73
152
74
-
### Building Distributed ATS and its dependencies
75
-
76
-
To download and build all necessary dependencies, use the provided script:
0 commit comments