Browse Source

订单流数据、订单数据、持仓数据、账户数据处理统一化。

skyfffire 1 year ago
parent
commit
a2af5e11b1
1 changed files with 7 additions and 0 deletions
  1. 7 0
      strategy/src/exchange_disguise.rs

+ 7 - 0
strategy/src/exchange_disguise.rs

@@ -7,6 +7,7 @@ use global::trace_stack::TraceStack;
 use standard::SpecialDepth;
 use crate::binance_usdt_swap::reference_binance_swap_run;
 use crate::gate_swap::gate_swap_run;
+// use crate::kucoin_spot::kucoin_spot_run;
 use crate::kucoin_swap::kucoin_swap_run;
 use crate::quant::Quant;
 
@@ -72,3 +73,9 @@ pub async fn on_special_depth(bot_arc: Arc<Mutex<Quant>>,
 }
 
 pub async fn on_trade() {}
+
+pub async fn on_order() {}
+
+pub async fn on_position() {}
+
+pub async fn on_account() {}