|
Apama Capital Markets Foundation
9.12.0.0
|
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) |
Market Data Commit API
| 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.
| md | The AP_MDM_Interface to use. |
| tss | The 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.
| md | The AP_MDM_Interface to use. |
| sourceId | The source Id to commit/process the data for. |
| tss | The 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.
| md | The AP_MDM_Interface to use. |
| subKey | The subscription key to commit/process the data for. |
| tss | The timestamp set of the event. |