BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
RiskManager.h File Reference

Risk management hooks for pre-checks and post-trade updates. More...

Include dependency graph for RiskManager.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.