This repository has been archived by the owner on Jul 2, 2018. It is now read-only.
1.2.0
1.2.0
- [MNY-18]: Adds Bitcoin currency types and support for % commission with FX.
- Creates
BTC
andXBT
types. - Refactors
FXQuote
into a struct (no longer subclass-able) but with a percentage commission property. Commission defaults to 0%. - FX method
quote
, now returnsFXTransaction
as the value of theResult
. 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 supportsValueCoding
. - A new FX provider, CEX.IO get support for buying and selling bitcoin using
USD
,EUR
andRUB
.
- Creates