zlq4863947 / triangular-arbitrage

数字货币-三角套利机器人
GNU General Public License v3.0
630 stars 229 forks source link

createOrder 部分成交的狀況下會拋錯 #28

Open monkuo opened 6 years ago

monkuo commented 6 years ago

const orderInfo = await this.createOrder(exchange, order);

若當下只有部分成交會拋錯 binance {"code":-2013,"msg":"Order does not exist."}

zlq4863947 commented 6 years ago

没看懂,这个代码直接调用下单接口,为啥会报订单不存在?