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

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

#include <MarketDataIncrementalRefreshToBinaryConverter.h>

Collaboration diagram for fix::MarketDataIncrementalRefreshToBinaryConverter:
Collaboration graph

Static Public Member Functions

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

Detailed Description

Converts a MarketDataIncrementalRefresh object into a raw FIX message string.

This class provides a static method to serialize a structured MarketDataIncrementalRefresh object into a FIX "Market Data Incremental Refresh" (MsgType=X) message string.

Member Function Documentation

◆ convert()

std::string fix::MarketDataIncrementalRefreshToBinaryConverter::convert ( const MarketDataIncrementalRefresh refresh)
static

Converts a MarketDataIncrementalRefresh object into a raw FIX message string.

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

Parameters
refreshThe MarketDataIncrementalRefresh 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: