|
|
@@ -49,7 +49,7 @@ pub async fn gate_swap_run(is_shutdown_arc: Arc<AtomicBool>,
|
|
|
GateSwapWsType::PublicAndPrivate("usdt".to_string()));
|
|
|
ws.set_subscribe(vec![
|
|
|
// GateSwapSubscribeType::PuFuturesTrades,
|
|
|
- GateSwapSubscribeType::PuFuturesBookTicker,
|
|
|
+ // GateSwapSubscribeType::PuFuturesBookTicker,
|
|
|
|
|
|
GateSwapSubscribeType::PrFuturesOrders(user_id.clone()),
|
|
|
GateSwapSubscribeType::PrFuturesPositions(user_id.clone()),
|
|
|
@@ -60,7 +60,7 @@ pub async fn gate_swap_run(is_shutdown_arc: Arc<AtomicBool>,
|
|
|
GateSwapWsType::PublicAndPrivate("usdt".to_string()));
|
|
|
ws.set_subscribe(vec![
|
|
|
GateSwapSubscribeType::PuFuturesTrades,
|
|
|
- GateSwapSubscribeType::PuFuturesBookTicker
|
|
|
+ GateSwapSubscribeType::PuFuturesOrderBook
|
|
|
]);
|
|
|
}
|
|
|
|