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 message callback interface for basic subscriptions.
Definition: MamaBasicSubscriptionCallback.h:39
The MamaBasicSubscription interface represents a subscription to a topic with no market data semantic...
Definition: MamaBasicSubscription.h:44
MAMA message representation.
Definition: MamaMsg.h:113
virtual ~MamaBasicSubscriptionCallback()
Definition: MamaBasicSubscriptionCallback.h:42
Definition: MamaBasicSubscription.h:27
Definition: MamaStatus.h:30
virtual void onDestroy(MamaBasicSubscription *subscription, void *closure)
This method is invoked when a subscription has been completely destroyed, the client can have confide...
Definition: MamaBasicSubscriptionCallback.h:94