Go to the documentation of this file.
22 #ifndef MamdaNewsQueryHandlerH
23 #define MamdaNewsQueryHandlerH
26 #include <mama/mamacpp.h>
32 class MamdaNewsManager;
33 class MamdaSubscription;
35 class MamdaNewsHeadline;
56 virtual void onNewsQueryHeadline (
63 virtual void onNewsQueryError (
67 const MamaStatus& status,
82 #endif // MamdaNewsQueryHandlerH
virtual void onNewsQueryComplete(MamdaNewsManager &manager, const MamdaQuery &query, void *closure)
Definition: MamdaNewsQueryHandler.h:71
virtual ~MamdaNewsQueryHandler()
Definition: MamdaNewsQueryHandler.h:77
MamdaNewsHeadline represents a news headline and includes information about many types of meta-data a...
Definition: MamdaNewsHeadline.h:47
MamdaNewsManager provides a class for managing access to streaming news headlines,...
Definition: MamdaNewsManager.h:48
MamdaOrderImbalanceUpdate is an interface that provides access to order imbalance related fields.
Definition: MamdaAuctionFields.h:29
Definition: MamdaQuery.h:34
MamdaNewsHandler is an interface for applications that want to have an easy way to handle news querie...
Definition: MamdaNewsQueryHandler.h:45