21 std::map<int, std::string_view>
splitToMap(std::string_view str,
OrderType
Represents the execution logic of an order.
Definition Types.h:26
OrderSide
Represents the side of an order (Buy or Sell).
Definition Types.h:17
Definition ExecutionReport.h:6
std::map< int, std::string_view > splitToMap(std::string_view str, char delimiter)
Splits a FIX message string view into a map of tags to values.
Definition FixUtils.cpp:8
common::OrderType charToOrderType(char c)
Converts a character representation of an order type to the common::OrderType enum.
Definition FixUtils.cpp:34
common::OrderSide charToOrderSide(char c)
Converts a character representation of an order side to the common::OrderSide enum.
Definition FixUtils.cpp:27