|
FIX 4.0 Demo 1.0
|
客户端状态管理 More...
#include <string>#include <vector>#include <mutex>#include <atomic>#include <functional>#include <unordered_map>#include <filesystem>#include <chrono>

Go to the source code of this file.
Classes | |
| struct | fix40::client::AccountInfo |
| 账户信息 More... | |
| struct | fix40::client::PositionInfo |
| 持仓信息 More... | |
| struct | fix40::client::OrderInfo |
| 订单信息 More... | |
| class | fix40::client::ClientState |
| 客户端状态管理器 More... | |
Namespaces | |
| namespace | fix40 |
| namespace | fix40::client |
客户端状态管理
管理客户端的账户、持仓、订单等状态数据。 线程安全,支持从 FIX 回调更新和 TUI 读取。