#include <mamda/MamdaConfig.h>Go to the source code of this file.
Namespaces | |
| Wombat | |
| MamdaOrderImbalanceUpdate is an interface that provides access to order imbalance related fields. | |
Enumerations | |
| enum | Wombat::MamdaTradeSide { Wombat::TRADE_SIDE_UNKNOWN = 0, Wombat::TRADE_SIDE_BUY = 1, Wombat::TRADE_SIDE_SELL = 2 } |
| An enumeration representing trade side. More... | |
Functions | |
| const MAMDAExpDLL char * | Wombat::toString (MamdaTradeSide tradeSide) |
| Convert a MamdaTradeSide to an appropriate, displayable string. More... | |
| MAMDAExpDLL MamdaTradeSide | Wombat::mamdaTradeSideFromString (const char *tradeSideStr) |
| Convert a string representation of a trade side to the enumeration. More... | |