22 #ifndef MamdaQuoteCheckerH
23 #define MamdaQuoteCheckerH
26 #include <mama/mamacpp.h>
59 mama_f64_t intervalSeconds);
70 void checkSnapShotNow();
75 mama_u32_t getSuccessCount()
const;
84 mama_u32_t getInconclusiveCount()
const;
91 mama_u32_t getFailureCount()
const;
93 struct MamdaTradeCheckerImpl;
96 MamdaTradeCheckerImpl& mImpl;
102 #endif // MamdaQuoteCheckerH
MamdaOrderImbalanceUpdate is an interface that provides access to order imbalance related fields...
Definition: MamdaAuctionFields.h:29
MamdaTradeChecker is a class that provides trades sanity checking by periodically requesting snapshot...
Definition: MamdaTradeChecker.h:48
MamdaCheckerHandler is an interface for applications that want to handle the results of the MamdaQuot...
Definition: MamdaCheckerHandler.h:37