ATS
An algorithmic trading system completely written in C++
Classes | Namespaces
ExchangeManager.h File Reference

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.
 

Detailed Description

Contains an abstract class ExchangeManager The ExchangeManager class is an abstract class that defines the interface for managing orders on an exchange.

Author
Anouar Achghaf
Date
24/02/2023