Skip to content

Commit 88ae6fd

Browse files
authored
修正futureOrderInfo方法的小BUG
修正futureOrderInfo方法的小BUG
1 parent 91ff319 commit 88ae6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vn.okcoin/vnokcoin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def futureOrderInfo(self, symbol, expiry, orderid, status, page, length):
387387
params['current_page'] = page
388388
params['page_length'] = length
389389

390-
channel = 'ok_future%s_orderinfo'
390+
channel = 'ok_future%s_orderinfo' %(self.currency)
391391

392392
self.sendTradingRequest(channel, params)
393393

0 commit comments

Comments
 (0)