#include <mamda/MamdaConfig.h>
Go to the source code of this file.
Classes | |
class | Wombat::MamdaErrorListener |
MamdaErrorListener defines an interface for handling error notifications for a MamdaSubscription. More... | |
class | Wombat::MamdaBasicErrorListener |
MamdaBasicErrorListener defines an interface for handling error notifications for a MamdaBasicSubscription. More... | |
Namespaces | |
Wombat | |
MamdaOrderImbalanceUpdate is an interface that provides access to order imbalance related fields. | |
Enumerations | |
enum | Wombat::MamdaErrorSeverity { Wombat::MAMDA_SEVERITY_OK, Wombat::MAMDA_SEVERITY_LOW, Wombat::MAMDA_SEVERITY_HIGH } |
MAMDA error severities are intended to provide a hint to the application as to the severity of an error. More... | |
enum | Wombat::MamdaErrorCode { Wombat::MAMDA_ERROR_NO_ERROR, Wombat::MAMDA_ERROR_BAD_SYMBOL, Wombat::MAMDA_ERROR_EXPIRED, Wombat::MAMDA_ERROR_TIME_OUT, Wombat::MAMDA_ERROR_ENTITLEMENT, Wombat::MAMDA_ERROR_NOT_FOUND, Wombat::MAMDA_ERROR_DELETE } |
MAMDA error codes are currently a subset of the MAMA MsgStatus codes. More... | |