Apama Capital Markets Foundation
10.5.0.0
|
Functions | |
AP_MDM_API void | AP_MDM_ConnectSuccess (AP_MDM_Interface *md, const char *subKey, AP_TimestampSet *tss) |
AP_MDM_API void | AP_MDM_ConnectFailed (AP_MDM_Interface *md, const char *subKey, const char *description, AP_TimestampSet *tss) |
AP_MDM_API void | AP_MDM_DisconnectSuccess (AP_MDM_Interface *md, const char *subKey, AP_TimestampSet *tss) |
AP_MDM_API void | AP_MDM_DisconnectFailed (AP_MDM_Interface *md, const char *subKey, const char *description, AP_TimestampSet *tss) |
Market Data Callbacks API
AP_MDM_API void AP_MDM_ConnectFailed | ( | AP_MDM_Interface * | md, |
const char * | subKey, | ||
const char * | description, | ||
AP_TimestampSet * | tss | ||
) |
Callback when a Connection fails in response to AP_MDM_AdapterInterface::connect().
md | The AP_MDM_Interface to use. |
subKey | The unique subscription key for this connection. |
description | An error message explaining why the connection failed. |
tss | The timestamp set of the event. |
AP_MDM_API void AP_MDM_ConnectSuccess | ( | AP_MDM_Interface * | md, |
const char * | subKey, | ||
AP_TimestampSet * | tss | ||
) |
Callback when a Connection is successful in response to AP_MDM_AdapterInterface::connect().
md | The AP_MDM_Interface to use. |
subKey | The unique subscription key for this connection. |
tss | The timestamp set of the event. |
AP_MDM_API void AP_MDM_DisconnectFailed | ( | AP_MDM_Interface * | md, |
const char * | subKey, | ||
const char * | description, | ||
AP_TimestampSet * | tss | ||
) |
Callback when a Disconnect fails in response to AP_MDM_AdapterInterface::disconnect().
md | The AP_MDM_Interface to use. |
subKey | The unique subscription key for this disconnection. |
description | An error message explaining why the disconnection failed. |
tss | The timestamp set of the event. |
AP_MDM_API void AP_MDM_DisconnectSuccess | ( | AP_MDM_Interface * | md, |
const char * | subKey, | ||
AP_TimestampSet * | tss | ||
) |
Callback when a Disconnect is successful in response to AP_MDM_AdapterInterface::disconnect().
md | The AP_MDM_Interface to use. |
subKey | The unique subscription key for this disconnection. |
tss | The timestamp set of the event. |