Apama Capital Markets Foundation
10.0.0.0
|
Functions | |
AP_MDM_API void | AP_MDM_RemoveSubscription (AP_MDM_Interface *md, const char *subKey) |
AP_MDM_API void | AP_MDM_RemoveSourceSubscriptions (AP_MDM_Interface *md, AP_int64 sourceId) |
AP_MDM_API void | AP_MDM_RemoveSubscriptions (AP_MDM_Interface *md) |
Market Data Remove Subscription API
AP_MDM_API void AP_MDM_RemoveSourceSubscriptions | ( | AP_MDM_Interface * | md, |
AP_int64 | sourceId | ||
) |
Remove subscriptions for a specific source id, in case of errors.
md | The AP_MDM_Interface to use. |
sourceId | The source Id to remove. |
AP_MDM_API void AP_MDM_RemoveSubscription | ( | AP_MDM_Interface * | md, |
const char * | subKey | ||
) |
Remove subscriptions for a specific subscription key, in case of errors.
md | The AP_MDM_Interface to use. |
subKey | The subscription key to remove. |
AP_MDM_API void AP_MDM_RemoveSubscriptions | ( | AP_MDM_Interface * | md | ) |
Remove all subscriptions, in case of errors.
md | The AP_MDM_Interface to use. |