Go to the documentation of this file.
22 #ifndef MamdaQuoteHandlerH
23 #define MamdaQuoteHandlerH
31 class MamdaSubscription;
57 virtual void onQuoteRecap (
72 virtual void onQuoteUpdate (
88 virtual void onQuoteGap (
104 virtual void onQuoteClosing (
123 virtual void onQuoteOutOfSequence (
142 virtual void onQuotePossiblyDuplicate (
154 #endif // MamdaQuoteHandlerH
MamdaQuoteGap is an interface that provides access to quote gap related fields.
Definition: MamdaQuoteGap.h:36
MamdaQuotePossiblyDuplicate is an interface that provides access to fields related to quote updates w...
Definition: MamdaQuotePossiblyDuplicate.h:37
MamdaQuoteListener is a class that specializes in handling quote updates.
Definition: MamdaQuoteListener.h:58
A MamdaSubscription is used to register interest in a particular symbol and source.
Definition: MamdaSubscription.h:54
MamdaQuoteRecap is an interface that provides access to quote related fields.
Definition: MamdaQuoteRecap.h:37
MamdaQuoteClosing is an interface that provides access to quote closing related fields.
Definition: MamdaQuoteClosing.h:36
MamdaQuoteHandler is an interface for applications that want to have an easy way to handle quote upda...
Definition: MamdaQuoteHandler.h:39
MamdaQuoteOutOfSequence is an interface that provides access to fields related to quote updates.
Definition: MamdaQuoteOutOfSequence.h:37
virtual ~MamdaQuoteHandler()
Definition: MamdaQuoteHandler.h:149
MamdaOrderImbalanceUpdate is an interface that provides access to order imbalance related fields.
Definition: MamdaAuctionFields.h:29
MamdaQuoteUpdate is an interface that provides access to fields related to quote updates.
Definition: MamdaQuoteUpdate.h:36