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

持久化存储抽象接口 More...

#include <string>
#include <vector>
#include <optional>
#include <cstdint>
#include "app/model/order.hpp"
#include "app/model/account.hpp"
#include "app/model/position.hpp"
Include dependency graph for store.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fix40::StoredTrade
 存储用成交记录 More...
 
struct  fix40::SessionState
 会话状态 (用于断线恢复) More...
 
struct  fix40::StoredMessage
 存储的消息 (用于重传) More...
 
class  fix40::IStore
 存储接口 More...
 

Namespaces

namespace  fix40
 

Detailed Description

持久化存储抽象接口

定义订单、成交、消息、账户、持仓等数据的存储接口。