#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::MamdaSecurityStatus { Wombat::SECURITY_STATUS_NONE, Wombat::SECURITY_STATUS_NORMAL, Wombat::SECURITY_STATUS_CLOSED, Wombat::SECURITY_STATUS_HALTED, Wombat::SECURITY_STATUS_NOT_EXIST, Wombat::SECURITY_STATUS_DELETED, Wombat::SECURITY_STATUS_AUCTION, Wombat::SECURITY_STATUS_CROSSING, Wombat::SECURITY_STATUS_SUSPENDED, Wombat::SECURITY_STATUS_AT_LAST, Wombat::SECURITY_STATUS_UNKNOWN = 99 } |
An enumeration representing the status of a security such as whether or not it is halted or closed for trading. More... |
Functions | |
MAMDAExpDLL const char * | Wombat::toString (MamdaSecurityStatus securityStatus) |
Convert a MamdaSecurityStatus to an appropriate, displayable string. | |
MAMDAExpDLL MamdaSecurityStatus | Wombat::mamdaSecurityStatusFromString (const char *securityStatusStr) |
Convert a string representation of a security status to the enumeration. |