|
BetaTrader
A HFT Eco-System
|
Risk management hooks for pre-checks and post-trade updates. More...
#include "common/Order.h"#include "common/Trade.h"#include "data/TradeRepository.h"#include "trading_core/OrderBook.h"

Go to the source code of this file.
Classes | |
| class | trading_core::RiskManager |
| Performs risk validation and updates after trade execution. More... | |
Namespaces | |
| namespace | trading_core |
Risk management hooks for pre-checks and post-trade updates.
The RiskManager provides a place to put pre-order validation and post-trade bookkeeping. Implementations may consult historical trades via the data::TradeRepository.