BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
FixUtils.h File Reference

Declares utility functions for the FIX component. More...

#include "common/Types.h"
#include <map>
#include <string_view>
Include dependency graph for FixUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fix
 

Functions

common::OrderSide fix::charToOrderSide (char c)
 Converts a character representation of an order side to the common::OrderSide enum.
 
common::OrderType fix::charToOrderType (char c)
 Converts a character representation of an order type to the common::OrderType enum.
 
std::map< int, std::string_view > fix::splitToMap (std::string_view str, char delimiter)
 Splits a FIX message string view into a map of tags to values.
 

Detailed Description

Declares utility functions for the FIX component.