|
@@ -604,7 +604,7 @@ impl Platform for GateSwap {
|
|
|
let side = order_command.limits_open[item].get(1).unwrap().clone();
|
|
let side = order_command.limits_open[item].get(1).unwrap().clone();
|
|
|
let price = Decimal::from_str(&*order_command.limits_open[item].get(2).unwrap().clone()).unwrap();
|
|
let price = Decimal::from_str(&*order_command.limits_open[item].get(2).unwrap().clone()).unwrap();
|
|
|
let cid = order_command.limits_open[item].get(3).unwrap().clone();
|
|
let cid = order_command.limits_open[item].get(3).unwrap().clone();
|
|
|
-
|
|
|
|
|
|
|
+ info!("挂单信息 limits_open: {:?}", order_command.limits_open);
|
|
|
// order_name: [数量,方向,价格,c_id]
|
|
// order_name: [数量,方向,价格,c_id]
|
|
|
let mut self_clone = self.clone();
|
|
let mut self_clone = self.clone();
|
|
|
let handle = spawn(async move {
|
|
let handle = spawn(async move {
|