FIX 4.0 Demo 1.0
Loading...
Searching...
No Matches
fix40::StoredMessage Struct Reference

存储的消息 (用于重传) More...

#include <store.hpp>

Collaboration diagram for fix40::StoredMessage:
Collaboration graph

Public Attributes

int seqNum
 序列号
 
std::string senderCompID
 
std::string targetCompID
 
std::string msgType
 消息类型
 
std::string rawMessage
 原始消息
 
int64_t timestamp
 时间戳
 

Detailed Description

存储的消息 (用于重传)

Member Data Documentation

◆ msgType

std::string fix40::StoredMessage::msgType

消息类型

◆ rawMessage

std::string fix40::StoredMessage::rawMessage

原始消息

◆ senderCompID

std::string fix40::StoredMessage::senderCompID

◆ seqNum

int fix40::StoredMessage::seqNum

序列号

◆ targetCompID

std::string fix40::StoredMessage::targetCompID

◆ timestamp

int64_t fix40::StoredMessage::timestamp

时间戳


The documentation for this struct was generated from the following file: