|
|
@@ -56,7 +56,7 @@ pub async fn run_listener(is_shutdown_arc: Arc<AtomicBool>) {
|
|
|
ws.set_subscribe(vec![
|
|
|
GateSwapSubscribeType::PuFuturesTrades,
|
|
|
GateSwapSubscribeType::PuFuturesCandlesticks,
|
|
|
- // GateSwapSubscribeType::PuFuturesOrderBook,
|
|
|
+ GateSwapSubscribeType::PuFuturesOrderBook,
|
|
|
]);
|
|
|
|
|
|
// 建立链接
|