llfix
Low-latency FIX engine
llfix::FixUtilities Class Reference

Utility functions for working with FIX messages. More...

#include <fix_utilities.h>

Static Public Member Functions

static std::string fix_to_human_readible (const char *buffer, std::size_t buffer_length)
 Converts a FIX message buffer to a human-readable string. More...
 

Detailed Description

Utility functions for working with FIX messages.

Contains static helper functions

Member Function Documentation

◆ fix_to_human_readible()

static std::string llfix::FixUtilities::fix_to_human_readible ( const char *  buffer,
std::size_t  buffer_length 
)
inlinestatic

Converts a FIX message buffer to a human-readable string.

Replaces the FIX delimiter character with '|'.

Parameters
bufferPointer to the FIX message buffer.
buffer_lengthLength of the buffer.
Returns
Human-readable string representation of the FIX message.

The documentation for this class was generated from the following file: