BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
ExecutionReportToBinaryConverter.h
Go to the documentation of this file.
1#pragma once
2
4#include <string> // Changed from <vector>
5
6namespace fix {
7
16 public:
22 static std::string convert(const ExecutionReport& executionReport); // Changed return type
23 };
24
25} // namespace fix
A static utility class for serializing an ExecutionReport into a FIX message.
Definition ExecutionReportToBinaryConverter.h:15
static std::string convert(const ExecutionReport &executionReport)
Converts an ExecutionReport object into a raw FIX message.
Definition ExecutionReportToBinaryConverter.cpp:46
Represents a FIX Execution Report (35=8) message.
Definition ExecutionReport.h:14
Definition ExecutionReport.h:6