修正futureOrderInfo方法的小BUG

修正futureOrderInfo方法的小BUG
This commit is contained in:
xiaobear250 2016-12-12 23:24:15 +08:00 committed by GitHub
parent 91ff319ec4
commit 88ae6fd699

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)