From 1543bae438d6b907a5f4cec3af704b35eb1fbc1f Mon Sep 17 00:00:00 2001 From: matthewpendrey Date: Thu, 29 Oct 2020 20:33:00 +0000 Subject: [PATCH] doc update --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb0282ee..4ecf739f 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,11 @@ The client is an SPA web application written in Typescript using the React libra **QuickFixGo/QuickFixJ:** fix engines used to communicate between the platform's order gateways and market simulators. -**BlueprintJS:** a library of GUI components designed for applications built to analyse data; there is a strong affinity between this type of application and a trading application, I have found it to be a good match in practice. +**Ag Grid: **Used for all the tables in the GUI. As a table implementation for trading applications I can't praise this highly enough, simply superb. + +**Caplin Flexlayout:** the ideal GUI layout manager for a trading application as it was originally written to be, well, a layout manager for a trading application. -**Caplin Flexlayout:** the ideal GUI layout manager for a trading application as it was originally written to be, well, a layout manager for a trading application (thanks to Caplin for open sourcing it). +**BlueprintJS:** a library of GUI components designed for applications built to analyse data; there is a strong affinity between this type of application and a trading application, I have found it to be a good match in practice.