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

Functions

AP_MDM_API void AP_MDM_SubscriptionCommit (AP_MDM_Interface *md, const char *subKey, AP_TimestampSet *tss)
 
AP_MDM_API void AP_MDM_SourceCommit (AP_MDM_Interface *md, AP_int64 sourceId, AP_TimestampSet *tss)
 
AP_MDM_API void AP_MDM_Commit (AP_MDM_Interface *md, AP_TimestampSet *tss)
 

Detailed Description

Market Data Commit API

Function Documentation

AP_MDM_API void AP_MDM_Commit ( AP_MDM_Interface md,
AP_TimestampSet *  tss 
)

Commit all Market Data updates made through the API, process the data and sent a update event to the correlator.

Parameters
mdThe AP_MDM_Interface to use.
tssThe timestamp set of the event.
AP_MDM_API void AP_MDM_SourceCommit ( AP_MDM_Interface md,
AP_int64  sourceId,
AP_TimestampSet *  tss 
)

Commit any Market Data updates made through the API for a specific source Id, process the data and sent a update event to the correlator.

Parameters
mdThe AP_MDM_Interface to use.
sourceIdThe source Id to commit/process the data for.
tssThe timestamp set of the event.
AP_MDM_API void AP_MDM_SubscriptionCommit ( AP_MDM_Interface md,
const char *  subKey,
AP_TimestampSet *  tss 
)

Commit any Market Data updates made through the API for a specific subscription key, process the data and sent a update event to the correlator.

Parameters
mdThe AP_MDM_Interface to use.
subKeyThe subscription key to commit/process the data for.
tssThe timestamp set of the event.