22 #ifndef MamdaPubStatusHandlerH
23 #define MamdaPubStatusHandlerH
31 class MamdaSubscription;
50 virtual void onPubStatusUpdate (
53 const MamaMsg& msg) = 0;
60 #endif // MamdaPubStatusHandlerH
virtual ~MamdaPubStatusHandler()
Definition: MamdaPubStatusHandler.h:55
MamdaPubStatusListener is a class that specializes in handling Publisher (Feed Handler) Status update...
Definition: MamdaPubStatusListener.h:53
MamdaOrderImbalanceUpdate is an interface that provides access to order imbalance related fields...
Definition: MamdaAuctionFields.h:29
A MamdaSubscription is used to register interest in a particular symbol and source.
Definition: MamdaSubscription.h:54
MamdaPubStatusHandler is an interface for applications that want to have an easy way to handle feed h...
Definition: MamdaPubStatusHandler.h:39