Go to the documentation of this file.
22 #ifndef MamdaCheckerHandlerH
23 #define MamdaCheckerHandlerH
51 const char* reason) = 0;
60 const MamaMsg& msg) = 0;
66 #endif // MamdaCheckerHandlerH
MamdaCheckerType
Definition: MamdaCheckerType.h:30
virtual void onSuccess(MamdaCheckerType checkType)=0
Method invoked when a successful check is completed.
virtual void onInconclusive(MamdaCheckerType checkType, const char *reason)=0
Method invoked when check is completed inconclusively.
MamdaOrderImbalanceUpdate is an interface that provides access to order imbalance related fields.
Definition: MamdaAuctionFields.h:29
virtual void onFailure(MamdaCheckerType checkType, const char *reason, const MamaMsg &msg)=0
Method invoked when a failed check is completed.
MamdaCheckerHandler is an interface for applications that want to handle the results of the MamdaQuot...
Definition: MamdaCheckerHandler.h:37