an order is not created on test_create_order because an attribute error is raised on getMoneys, a function from the MultiMoney class
======================================================================
ERROR: test_create_order (clients.TestAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
File "clients.py", [line 59][https://github.com/deginner/bitcoin_exchanges/blob/master/test/clients.py#L58], in test_create_order
if bal.getMoneys(mod.exchange.fiatcurrency) > Money(bid_price * bid_size, currency=mod.exchange.fiatcurrency):
AttributeError: 'unicode' object has no attribute 'getMoneys'