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