Apama Capital Markets Foundation  10.7.0.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Market Data Initialization and Cleanup API

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)
 

Detailed Description

AP_Interface for Adapters Market Data Initialization and Cleanup API

Function Documentation

AP_MDM_API void AP_MDM_DeInit ( AP_MDM_Interface md)

Deinitialize the Market Data library, called during adapter shutdown.

Parameters
mdThe AP_MDM_Interface created by AP_MDM_Init.
See also
AP_MDM_Init
AP_MDM_Interface
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.

Parameters
[in]adapterInterfaceA pointer to a initialized AP_MDM_AdapterInterface and used to construct the AP_MDM_Interface md.
[in]transportInternalsA pointer to the transport internals and used to construct the AP_MDM_Interface md.
[in]sessionManagerInterfaceA pointer to the session manager interface this Market Data interface is on and used to construct the AP_MDM_Interface md.
[out]mdThe resultant fully constructed AP_MDM_Interface that is used when calling all other Market Data APIs.
See also
AP_MDM_DeInit
AP_MDM_AdapterInterface
AP_MDM_Interface
AP_SESSION_Interface