[Fix]修复Bitfinex接口的下单本地委托号字段错误
This commit is contained in:
parent
5d046d360c
commit
1c0a2cf758
@ -255,7 +255,7 @@ class GatewayApi(BitfinexApi):
|
||||
amount = -orderReq.volume
|
||||
|
||||
o = {
|
||||
'CID': orderId,
|
||||
'cid': orderId,
|
||||
'type': priceTypeMap[orderReq.priceType],
|
||||
'symbol': 't' + orderReq.symbol,
|
||||
'amount': str(amount),
|
||||
|
Loading…
Reference in New Issue
Block a user