BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
fix::MarketDataSnapshotFullRefreshToBinaryConverter Class Reference

Converts a MarketDataSnapshotFullRefresh object into a raw FIX message string. More...

#include <MarketDataSnapshotFullRefreshToBinaryConverter.h>

Collaboration diagram for fix::MarketDataSnapshotFullRefreshToBinaryConverter:
Collaboration graph

Static Public Member Functions

static std::string convert (const MarketDataSnapshotFullRefresh &snapshot)
 Converts a MarketDataSnapshotFullRefresh object into a raw FIX message string.
 

Detailed Description

Converts a MarketDataSnapshotFullRefresh object into a raw FIX message string.

This class provides a static method to serialize a structured MarketDataSnapshotFullRefresh object into a FIX "Market Data Snapshot Full Refresh" (MsgType=W) message string.

Member Function Documentation

◆ convert()

std::string fix::MarketDataSnapshotFullRefreshToBinaryConverter::convert ( const MarketDataSnapshotFullRefresh snapshot)
static

Converts a MarketDataSnapshotFullRefresh object into a raw FIX message string.

Serializes the given MarketDataSnapshotFullRefresh object into a complete, valid FIX message string, including header, body, and trailer.

Parameters
snapshotThe MarketDataSnapshotFullRefresh object to serialize.
Returns
A string containing the complete, valid FIX message.
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: