|
|
@@ -114,6 +114,7 @@ pub async fn bybit_swap_run(is_shutdown_arc: Arc<AtomicBool>,
|
|
|
async fn on_private_data(core_arc_clone: Arc<Mutex<Core>>, ct_val: &Decimal, run_symbol: &String, response: ResponseData) {
|
|
|
let mut trace_stack = TraceStack::new(response.time, response.ins);
|
|
|
trace_stack.on_after_span_line();
|
|
|
+
|
|
|
match response.channel.as_str() {
|
|
|
"wallet" => {
|
|
|
let account = standard::handle_info::HandleSwapInfo::handle_account_info(BybitSwap, &response, run_symbol);
|