Commit 124c8ec9 by zihan

总的orderbook使用20个,日志调整

parent 3befea7e
......@@ -348,7 +348,7 @@ class biboxApi {
this._request("POST","/v1/orderpending","orderpending/pendingHistoryList",params,callback);
}
getOrderbook(symbol,depth,bindIP,callback){
this._publicRequest("/v1/open/orders",{"symbol":symbol},callback,bindIP);
this._publicRequest("/v1/open/orders",{"symbol":symbol,"limit":20},callback,bindIP);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment