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

FIX 应用层接口定义 More...

#include <string>
#include <functional>
#include "fix/fix_codec.hpp"
Include dependency graph for application.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fix40::SessionID
 FIX 会话标识符 More...
 
class  fix40::Application
 FIX 应用层抽象接口 More...
 

Namespaces

namespace  fix40
 

Detailed Description

FIX 应用层接口定义

定义业务逻辑与会话层的分离接口,允许用户实现自定义的 业务消息处理逻辑,而无需修改底层会话管理代码。