|
ATS
An algorithmic trading system completely written in C++
|
Contains an abstract class ExchangeManager The ExchangeManager class is an abstract class that defines the interface for managing orders on an exchange. More...
#include <thread>#include <mutex>#include <queue>#include "OrderManager.h"#include "Trade.h"#include "json/json.h"Go to the source code of this file.
Classes | |
| class | ats::ExchangeManager |
| The ExchangeManager class is an abstract class that defines the interface for managing orders on an exchange. More... | |
Namespaces | |
| ats | |
| Namespace for the algorithmic trading system. | |
Contains an abstract class ExchangeManager The ExchangeManager class is an abstract class that defines the interface for managing orders on an exchange.