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

FIX 服务端实现 More...

#include <memory>
#include <unordered_map>
#include <string>
#include <mutex>
#include <csignal>
Include dependency graph for server.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fix40::FixServer
 FIX 协议服务端 More...
 

Namespaces

namespace  fix40
 

Detailed Description

FIX 服务端实现

提供 FIX 协议服务端,支持多客户端连接、 连接绑定线程模型和优雅关闭。