#include <OutboundMessageBuilder.h>
|
| static std::string | buildHeartbeat (const std::string &senderCompId, const std::string &targetCompId, uint32_t msgSeqNum, const std::string &testReqId="") |
| |
| static std::string | buildLogon (const std::string &senderCompId, const std::string &targetCompId, uint32_t msgSeqNum, int heartbeatInterval) |
| |
| static std::string | buildLogout (const std::string &senderCompId, const std::string &targetCompId, uint32_t msgSeqNum, const std::string &text="") |
| |
| static std::string | buildMessage (const std::string &senderCompId, const std::string &targetCompId, uint32_t msgSeqNum, const std::string &msgType, const std::string &bodyStr) |
| |
| static std::string | buildResendRequest (const std::string &senderCompId, const std::string &targetCompId, uint32_t msgSeqNum, uint32_t beginSeqNo, uint32_t endSeqNo) |
| |
| static std::string | generateTimestamp () |
| |
◆ buildHeartbeat()
| std::string fix::OutboundMessageBuilder::buildHeartbeat |
( |
const std::string & |
senderCompId, |
|
|
const std::string & |
targetCompId, |
|
|
uint32_t |
msgSeqNum, |
|
|
const std::string & |
testReqId = "" |
|
) |
| |
|
static |
◆ buildLogon()
| std::string fix::OutboundMessageBuilder::buildLogon |
( |
const std::string & |
senderCompId, |
|
|
const std::string & |
targetCompId, |
|
|
uint32_t |
msgSeqNum, |
|
|
int |
heartbeatInterval |
|
) |
| |
|
static |
◆ buildLogout()
| std::string fix::OutboundMessageBuilder::buildLogout |
( |
const std::string & |
senderCompId, |
|
|
const std::string & |
targetCompId, |
|
|
uint32_t |
msgSeqNum, |
|
|
const std::string & |
text = "" |
|
) |
| |
|
static |
◆ buildMessage()
| std::string fix::OutboundMessageBuilder::buildMessage |
( |
const std::string & |
senderCompId, |
|
|
const std::string & |
targetCompId, |
|
|
uint32_t |
msgSeqNum, |
|
|
const std::string & |
msgType, |
|
|
const std::string & |
bodyStr |
|
) |
| |
|
static |
◆ buildResendRequest()
| std::string fix::OutboundMessageBuilder::buildResendRequest |
( |
const std::string & |
senderCompId, |
|
|
const std::string & |
targetCompId, |
|
|
uint32_t |
msgSeqNum, |
|
|
uint32_t |
beginSeqNo, |
|
|
uint32_t |
endSeqNo |
|
) |
| |
|
static |
◆ generateTimestamp()
| std::string fix::OutboundMessageBuilder::generateTimestamp |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: