BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
FixUtils.cpp File Reference
#include "common/Types.h"
#include "common_fix/Protocol.h"
#include <map>
#include <stdexcept>
Include dependency graph for FixUtils.cpp:

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.