Default settings for currency converter parameters
There are many parameters that affect currency converter behavior. All parameters have default settings that provide the most commonly desired behavior. If these settings provide the behavior you want then you do not need to set currency converter configuration parameters.
However, if you do want to set the value of a currency converter configuration parameter, see the following topics:
The default settings for currency converter parameters are as follows. If it is blank where the default setting should be then the parameter does not have a default value.
Parameter | Default Setting |
CONFIG_BASE_CURRENCY | "" |
CONFIG_CROSS_CURRENCY_INFO | Empty dictionary |
CONFIG_CURRENCIES | Empty sequence |
CONFIG_CURRENCY_SEPARATOR | / |
CONFIG_ENABLE_PERSISTENCE | false |
CONFIG_SYMBOLS | Empty sequence |
CONFIG_TIMEOUT_DURATION | 5.0 |
CONFIG_UPDATE_TIMEOUT | 0.5 |
CONFIGSTORE_PATH_DEFAULT | "CurrencyConverter.sqlite" |
CONFIGSTORE_PATH_KEY | "ConfigStorePath" |
CURRENCY_CONVERTER_SERVICE_TYPE | "CurrencyConverter" |
DEFAULT_FIELD_NAME | "VALUE" |