浏览代码

仅订阅一般数据

skyfffire 1 年之前
父节点
当前提交
da22e1c20a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      strategy/src/bitget_usdt_swap.rs

+ 2 - 2
strategy/src/bitget_usdt_swap.rs

@@ -27,8 +27,8 @@ pub async fn reference_bitget_swap_run(is_shutdown_arc: Arc<AtomicBool>,
         let mut ws = BitgetSwapWs::new_label(name, is_colo, None, BitgetSwapWsType::Public);
         ws.set_subscribe(vec![
             BitgetSwapSubscribeType::PuBooks1,
-            BitgetSwapSubscribeType::PuKline("1".to_string()),
-            BitgetSwapSubscribeType::PuTrade,
+            // BitgetSwapSubscribeType::PuKline("1".to_string()),
+            // BitgetSwapSubscribeType::PuTrade,
         ]);