Apama Capital Markets Foundation  10.11.0.0
Market Data Remove Subscription API

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)
 

Detailed Description

Market Data Remove Subscription API

Function Documentation

◆ AP_MDM_RemoveSourceSubscriptions()

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.

Parameters
mdThe AP_MDM_Interface to use.
sourceIdThe source Id to remove.

◆ AP_MDM_RemoveSubscription()

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.

Parameters
mdThe AP_MDM_Interface to use.
subKeyThe subscription key to remove.

◆ AP_MDM_RemoveSubscriptions()

AP_MDM_API void AP_MDM_RemoveSubscriptions ( AP_MDM_Interface md)

Remove all subscriptions, in case of errors.

Parameters
mdThe AP_MDM_Interface to use.