We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de1e5b commit 539f670Copy full SHA for 539f670
doc/decimal/examples.adoc
@@ -224,3 +224,7 @@ DPD format: 35f00000
224
In the examples folder there is a file named `moving_average.cpp`.
225
This example shows how to parse historical stock data from file and use it.
226
This serves as a framework for other calculations for securities.
227
+
228
+=== Currency Conversion
229
+In the examples folder there is a file named `currency_conversion.cpp`.
230
+This example shows how to simply convert currencies based off a given exchange rate.
0 commit comments