Liking cljdoc? Tell your friends :D

dinero.conversion.core


convert-using-coinbaseclj

(convert-using-coinbase money term-currency)
(convert-using-coinbase money term-currency date)

Converts the given monetary amount to the term currency using the Coinbase rates.

Converts the given monetary amount to the term currency using the Coinbase rates.
sourceraw docstring

convert-using-dbclj

(convert-using-db money term-currency db table from-field to-field rate-field)
(convert-using-db money
                  term-currency
                  date
                  db
                  table
                  from-field
                  to-field
                  rate-field
                  date-field)

Converts the given monetary amount to the term currency using the given database and schema information.

Converts the given monetary amount to the term currency using the given database and schema information.
sourceraw docstring

convert-using-ecbclj

(convert-using-ecb money term-currency)
(convert-using-ecb money term-currency date)

Converts the given monetary amount to the term currency using the European Central Bank rates.

Converts the given monetary amount to the term currency using the European Central Bank rates.
sourceraw docstring

convert-using-exchange-rateclj

(convert-using-exchange-rate money term-currency exchange-rate)

Converts the given monetary amount to the term currency using the given exchange rate.

Converts the given monetary amount to the term currency using the given exchange rate.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close