Go to the documentation of this file.
22 #ifndef MAMA_BASIC_SUBSCRIPTION_CALLBACK_CPP_H__
23 #define MAMA_BASIC_SUBSCRIPTION_CALLBACK_CPP_H__
53 virtual void onCreate (
70 virtual void onError (
73 const char* topic) = 0;
104 #endif // MAMA_BASIC_SUBSCRIPTION_CALLBACK_CPP_H__
The MamaBasicSubscription interface represents a subscription to a topic with no market data semantic...
Definition: MamaBasicSubscription.h:44
Definition: MamaStatus.h:30
The message callback interface for basic subscriptions.
Definition: MamaBasicSubscriptionCallback.h:39
virtual ~MamaBasicSubscriptionCallback()
Definition: MamaBasicSubscriptionCallback.h:42
MAMA message representation.
Definition: MamaMsg.h:113
virtual void onDestroy(MamaBasicSubscription *subscription, void *closure)
Definition: MamaBasicSubscriptionCallback.h:94
Definition: MamaBasicSubscription.h:27