Ver Fonte

仅订阅一般数据

skyfffire há 1 ano atrás
pai
commit
da22e1c20a
1 ficheiros alterados com 2 adições e 2 exclusões
  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,
         ]);