|
|
@@ -23,8 +23,8 @@ pub(crate) async fn reference_binance_swap_run(bool_v1 :Arc<AtomicBool>, quant_a
|
|
|
let mut ws = BinanceSwapWs::new_label(name, false, None, BinanceSwapWsType::PublicAndPrivate);
|
|
|
ws.set_symbols(symbols);
|
|
|
ws.set_subscribe(vec![
|
|
|
- BinanceSwapSubscribeType::PuDepth20levels100ms,
|
|
|
- // BinanceSwapSubscribeType::PuBookTicker,
|
|
|
+ // BinanceSwapSubscribeType::PuDepth20levels100ms,
|
|
|
+ BinanceSwapSubscribeType::PuBookTicker,
|
|
|
// BinanceSwapSubscribeType::PuAggTrade
|
|
|
]);
|
|
|
|