Logout#
-
struct Logout#
FIX Logout <5> message.
The Logout message initiates or confirms the termination of a FIX session. Disconnection without the exchange of Logout messages should be interpreted as an abnormal condition.
Public Functions
-
std::span<std::byte const> encode(roq::fix::Header const&, std::span<std::byte> const &buffer) const#
Encode to buffer.
-
bool is_valid() const#
Validate if message contains all required fields.
Public Members
-
std::string_view text#
Text <58>
-
std::span<std::byte const> encode(roq::fix::Header const&, std::span<std::byte> const &buffer) const#