22 #ifndef MamdaQuoteCheckerH
23 #define MamdaQuoteCheckerH
26 #include <mama/mamacpp.h>
55 mama_f64_t intervalSeconds);
66 void checkSnapShotNow();
71 mama_u32_t getSuccessCount()
const;
80 mama_u32_t getInconclusiveCount()
const;
87 mama_u32_t getFailureCount()
const;
89 struct MamdaQuoteCheckerImpl;
92 MamdaQuoteCheckerImpl& mImpl;
98 #endif // MamdaQuoteCheckerH
MamdaOrderImbalanceUpdate is an interface that provides access to order imbalance related fields...
Definition: MamdaAuctionFields.h:29
MamdaCheckerHandler is an interface for applications that want to handle the results of the MamdaQuot...
Definition: MamdaCheckerHandler.h:37
MamdaQuoteChecker is a class that provides quotes sanity checking by periodically requesting snapshot...
Definition: MamdaQuoteChecker.h:47