#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::MamdaUncrossPriceInd { Wombat::UNCROSS_NONE, Wombat::UNCROSS_INDICATIVE, Wombat::UNCROSS_FIRM, Wombat::UNCROSS_INSUFFICIENT_VOL } |
| An enumeration representing the uncross price Ind. More... | |
Functions | |
| const MAMDAExpDLL char * | Wombat::toString (MamdaUncrossPriceInd securityStatus) |
| Convert a MamdaUncrossPriceInd to an appropriate, displayable string. More... | |
| MAMDAExpDLL MamdaUncrossPriceInd | Wombat::mamdaUncrossPriceIndFromString (const char *uncrossPriceInd) |
| Convert a string representation of a uncross price Ind to the enumeration. More... | |