Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

1.2.0

Compare
Choose a tag to compare
@danthorpe danthorpe released this 08 Nov 23:52
· 183 commits to development since this release

1.2.0

  1. [MNY-18]: Adds Bitcoin currency types and support for % commission with FX.
    • Creates BTC and XBT types.
    • Refactors FXQuote into a struct (no longer subclass-able) but with a percentage commission property. Commission defaults to 0%.
    • FX method quote, now returns FXTransaction as the value of the Result. This new value type composes the original base money, commission (in the same base money currency), the exchange rate, and the counter money. The type supports ValueCoding.
    • A new FX provider, CEX.IO get support for buying and selling bitcoin using USD, EUR and RUB.