JiahengHe 1 рік тому
батько
коміт
c66ef3708d
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      standard/src/coinex_swap.rs

+ 1 - 1
standard/src/coinex_swap.rs

@@ -598,7 +598,7 @@ impl Platform for CoinexSwap {
             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 cid = order_command.limits_open[item].get(3).unwrap().clone();
-
+            info!("挂单信息 limits_open: {:?}", order_command.limits_open);
             //  order_name: [数量,方向,价格,c_id]
             let mut self_clone = self.clone();
             let handle = spawn(async move {