BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
LogoutRequest.h
Go to the documentation of this file.
1
6#pragma once
7
8#include <string>
9
10namespace fix
11{
12
20{
22 std::string text;
23};
24
25} // namespace fix
Definition ExecutionReport.h:6
Represents a parsed FIX Logout (35=5) message.
Definition LogoutRequest.h:20
std::string text
Optional text message providing a reason for logout (Text, FIX Tag 58).
Definition LogoutRequest.h:22