Apama Capital Markets Foundation
10.1.0.0
|
Functions | |
AP_MDM_API void | AP_MDM_SetTradeData (AP_MDM_Interface *md, const char *subKey, AP_float64 price, AP_int64 quantity, const char *taker, const char *receiver, const char *currency) |
Trade Processing API
AP_MDM_API void AP_MDM_SetTradeData | ( | AP_MDM_Interface * | md, |
const char * | subKey, | ||
AP_float64 | price, | ||
AP_int64 | quantity, | ||
const char * | taker, | ||
const char * | receiver, | ||
const char * | currency | ||
) |
Set the Trade Data to send at the next commit.
md | The AP_MDM_Interface to use for this Trade Data. |
subKey | The subscription key this Trade Data is for. |
price | The price as an AP_float64 for this trade. |
quantity | The quantity as a AP_int64 for this trade. |
taker | The taker as a const char* for this trade. |
receiver | The receiver as a const char* for this trade. |
currency | The currency as a const char* for this trade. |