|
|
@@ -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,
|
|
|
]);
|
|
|
|
|
|
|