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

TCP 连接管理类 More...

#include <memory>
#include <string>
#include <string_view>
#include <functional>
#include <atomic>
#include "fix/fix_frame_decoder.hpp"
Include dependency graph for connection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fix40::Connection
 TCP 连接管理类 More...
 

Namespaces

namespace  fix40
 

Detailed Description

TCP 连接管理类

封装单个 TCP 连接的 I/O 操作,实现连接绑定线程模型, 确保同一连接的所有操作在同一线程串行执行。