修正futureOrderInfo方法的bug

修正futureOrderInfo方法的bug
This commit is contained in:
xiaobear250 2016-12-12 23:19:17 +08:00 committed by GitHub
parent 98f5ef66f7
commit 91ff319ec4

View File

@ -387,7 +387,7 @@ class OkCoinApi(object):
params['current_page'] = page
params['page_length'] = length
channel = 'ok_future%s_orderinfo'
channel = 'ok_future%s_orderinfo' %(self.currency)
self.sendTradingRequest(channel, params)