Apama Capital Markets Foundation
10.0.0.0
|
Functions | |
AP_MDM_API void | AP_MDM_Init (AP_MDM_AdapterInterface *adapterInterface, void *transportInternals, AP_SESSION_Interface *sessionManagerInterface, AP_MDM_Interface **md) |
AP_MDM_API void | AP_MDM_DeInit (AP_MDM_Interface *md) |
AP_Interface for Adapters Market Data Initialization and Cleanup API
AP_MDM_API void AP_MDM_DeInit | ( | AP_MDM_Interface * | md | ) |
Deinitialize the Market Data library, called during adapter shutdown.
md | The AP_MDM_Interface created by AP_MDM_Init. |
AP_MDM_API void AP_MDM_Init | ( | AP_MDM_AdapterInterface * | adapterInterface, |
void * | transportInternals, | ||
AP_SESSION_Interface * | sessionManagerInterface, | ||
AP_MDM_Interface ** | md | ||
) |
Initialize the Market Data library, called during adapter startup.
[in] | adapterInterface | A pointer to a initialized AP_MDM_AdapterInterface and used to construct the AP_MDM_Interface md. |
[in] | transportInternals | A pointer to the transport internals and used to construct the AP_MDM_Interface md. |
[in] | sessionManagerInterface | A pointer to the session manager interface this Market Data interface is on and used to construct the AP_MDM_Interface md. |
[out] | md | The resultant fully constructed AP_MDM_Interface that is used when calling all other Market Data APIs. |