FIX 4.0 Demo 1.0
Loading...
Searching...
No Matches
position_manager.hpp File Reference

持仓管理模块 More...

#include <string>
#include <unordered_map>
#include <optional>
#include <mutex>
#include <vector>
#include "app/model/position.hpp"
#include "app/model/order.hpp"
#include "app/model/market_data_snapshot.hpp"
Include dependency graph for position_manager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fix40::PositionManager
 持仓管理器 More...
 

Namespaces

namespace  fix40
 

Detailed Description

持仓管理模块

提供持仓的开仓、平仓、盈亏计算等功能。 支持与存储层集成进行持久化。