|
|
@@ -107,7 +107,7 @@ async fn on_data(core_arc_clone: Arc<Mutex<Core>>,
|
|
|
trace_stack.set_source("gate_usdt_swap.order_book".to_string());
|
|
|
let special_depth = standard::handle_info::HandleSwapInfo::handle_special_depth(GateSwap, &response, symbol_multiplier);
|
|
|
trace_stack.on_after_format();
|
|
|
-
|
|
|
+ info!("gate depth推送: {:?}", special_depth);
|
|
|
on_special_depth(core_arc_clone, update_flag_u, &response.label, &mut trace_stack, &special_depth).await;
|
|
|
}
|
|
|
"futures.book_ticker" => {
|
|
|
@@ -115,7 +115,7 @@ async fn on_data(core_arc_clone: Arc<Mutex<Core>>,
|
|
|
// 将ticker数据转换为模拟深度
|
|
|
let special_depth = standard::handle_info::HandleSwapInfo::handle_book_ticker(GateSwap, &response, symbol_multiplier);
|
|
|
trace_stack.on_after_format();
|
|
|
-
|
|
|
+ info!("gate ticker推送: {:?}", special_depth);
|
|
|
on_special_depth(core_arc_clone, update_flag_u, &response.label, &mut trace_stack, &special_depth).await;
|
|
|
}
|
|
|
"futures.balances" => {
|