|
FIX 4.0 Demo 1.0
|
FIX 会话管理器 More...
#include <memory>#include <mutex>#include <unordered_map>#include <functional>#include "fix/session.hpp"#include "fix/application.hpp"

Go to the source code of this file.
Classes | |
| struct | fix40::SessionIDHash |
| SessionID 的哈希函数 More... | |
| class | fix40::SessionManager |
| FIX 会话管理器 More... | |
Namespaces | |
| namespace | fix40 |
FIX 会话管理器
管理所有活跃的 FIX 会话,提供会话查找和消息发送功能。 用于将 MatchingEngine 产生的 ExecutionReport 发送到正确的客户端。