11 #ifndef ALGO_TRADING_ATS_H
12 #define ALGO_TRADING_ATS_H
This class is responsible for managing orders and interacting with the Binance exchange API....
Contains an abstract class ExchangeManager The ExchangeManager class is an abstract class that define...
Contains the declaration of the MarketData class, which handles the streaming of market data for the ...
Contains the declaration of the OrderManager class and related enums and structs.
This header file contains the declaration of the PositionManager class, which is responsible for mana...
Defines an abstract interface for trading strategies.