ATS
An algorithmic trading system completely written in C++
RiskManager.h
Go to the documentation of this file.
1 //
2 // Created by Anouar Achghaf on 03/03/2023.
3 //
11 #ifndef ATS_RISKMANAGER_H
12 #define ATS_RISKMANAGER_H
13 
14 namespace ats {
18  class RiskManager {
19  // TODO: Implement RMS
20  };
21 
22 } // ats
23 
24 #endif //ATS_RISKMANAGER_H
A class that handles risk management.
Definition: RiskManager.h:18
Namespace for the algorithmic trading system.
Definition: BinanceExchangeManager.cpp:8