ATS
An algorithmic trading system completely written in C++
include
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
ats::RiskManager
A class that handles risk management.
Definition:
RiskManager.h:18
ats
Namespace for the algorithmic trading system.
Definition:
BinanceExchangeManager.cpp:8
Generated by
1.9.1