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

A static utility class for serializing an ExecutionReport into a FIX message. More...

#include <ExecutionReportToBinaryConverter.h>

Collaboration diagram for fix::ExecutionReportToBinaryConverter:
Collaboration graph

Static Public Member Functions

static std::string convert (const ExecutionReport &executionReport)
 Converts an ExecutionReport object into a raw FIX message.
 

Detailed Description

A static utility class for serializing an ExecutionReport into a FIX message.

This class handles the conversion of a structured ExecutionReport object into a raw binary FIX message (Execution Report, 35=8).

Member Function Documentation

◆ convert()

std::string fix::ExecutionReportToBinaryConverter::convert ( const ExecutionReport executionReport)
static

Converts an ExecutionReport object into a raw FIX message.

Parameters
executionReportThe report 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: