#include <CurrencyDB.h>
Public Attributes | |
double | exchange_rate |
exchange rate, relative to the default currency (one unit of this currency = 1 unit of default currency * exchange_rate). More... | |
Char | text [1] |
text containing the code and description of the currency (will be resized to fit). More... |
Definition at line 31 of file CurrencyDB.h.
|
exchange rate, relative to the default currency (one unit of this currency = 1 unit of default currency * exchange_rate).
Definition at line 33 of file CurrencyDB.h. |
|
text containing the code and description of the currency (will be resized to fit).
Definition at line 35 of file CurrencyDB.h. |