#include <mamda/MamdaConfig.h>
Go to the source code of this file.
Namespaces | |
namespace | 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 | |
MAMDAExpDLL const char * | Wombat::toString (MamdaTradeSide tradeSide) |
Convert a MamdaTradeSide to an appropriate, displayable string. | |
MAMDAExpDLL MamdaTradeSide | Wombat::mamdaTradeSideFromString (const char *tradeSideStr) |
Convert a string representation of a trade side to the enumeration. |