Function query_exchange_rate:
Defined in module money_d (file: /daemons/money_d.c)

Returns the exchange rate to map from an object's inherent value to its
actual value in a particular currency.  The value returned is the number
of units this currency is worth.

Prototype:
nomask int query_exchange_rate(string type);
