#include "rsApiHandler.h"
#include "currencyConvertorMS.h"
#include "currencyConvertorH.h"
#include "currencyConvertor.nsmap"
Go to the source code of this file.
Functions | |
int | getIdFromCountryCodes (char *incc) |
int | msiConvertCurrency (msParam_t *inConvertFromParam, msParam_t *inConvertToParam, msParam_t *outRateParam, ruleExecInfo_t *rei) |
Variables | |
char * | countryCodeNames [] |
int | NumofCountryCodes = sizeof(countryCodeNames)/ sizeof(char *) |
currencyConvertor can be used to convert currencies from one to another via the web service provided by http://www.webserviceX.NET/
Definition in file currencyConvertorMS.c.