|
llfix
Low-latency FIX engine
|
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... | |
Utility functions for working with FIX messages.
Contains static helper functions
|
inlinestatic |
Converts a FIX message buffer to a human-readable string.
Replaces the FIX delimiter character with '|'.
| buffer | Pointer to the FIX message buffer. |
| buffer_length | Length of the buffer. |