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

订单事件定义 More...

#include <string>
#include <variant>
#include "app/model/order.hpp"
Include dependency graph for order_event.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fix40::OrderEvent
 订单事件 More...
 

Namespaces

namespace  fix40
 

Enumerations

enum class  fix40::OrderEventType { fix40::NEW_ORDER , fix40::CANCEL_REQUEST , fix40::SESSION_LOGON , fix40::SESSION_LOGOUT }
 订单事件类型 More...
 

Detailed Description

订单事件定义

定义从 Application 传递到撮合引擎的订单事件结构。 事件使用内部 Order 结构,与 FIX 协议解耦。