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

账户管理模块 More...

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

Go to the source code of this file.

Classes

class  fix40::AccountManager
 账户管理器 More...
 

Namespaces

namespace  fix40
 

Detailed Description

账户管理模块

提供账户的创建、查询、资金冻结/释放等功能。 支持与存储层集成进行持久化。