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

FIX 会话管理器 More...

#include <memory>
#include <mutex>
#include <unordered_map>
#include <functional>
#include "fix/session.hpp"
#include "fix/application.hpp"
Include dependency graph for session_manager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fix40::SessionIDHash
 SessionID 的哈希函数 More...
 
class  fix40::SessionManager
 FIX 会话管理器 More...
 

Namespaces

namespace  fix40
 

Detailed Description

FIX 会话管理器

管理所有活跃的 FIX 会话,提供会话查找和消息发送功能。 用于将 MatchingEngine 产生的 ExecutionReport 发送到正确的客户端。