|
BetaTrader
A HFT Eco-System
|
Declares utility functions for the FIX component. More...


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. | |
Declares utility functions for the FIX component.