|
|
@@ -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() {}
|