Menox10

Results 2 issues of Menox10

When working with the gdax module it is working as expected but not with cbpro. As example my test code to test 1 hour historical data. #!/usr/bin/python import gdax import...

enhancement

command: b=auth_client.place_order(product_id='ETC-EUR', order_type='limit', side='buy', price='4.23', size='1', time_in_force='GTT', cancel_after='1min') *** response --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () 5 size='1', 6 time_in_force='GTT', ----> 7 cancel_after='1min') /usr/local/lib/python2.7/dist-packages/cbpro-1.1.1-py2.7.egg/cbpro/authenticated _client.pyc in place_order(self,...