JiahengHe 1 жил өмнө
parent
commit
2a363b84c5
1 өөрчлөгдсөн 1 нэмэгдсэн , 7 устгасан
  1. 1 7
      global/src/params.rs

+ 1 - 7
global/src/params.rs

@@ -48,13 +48,7 @@ pub struct Params {
     // 日志级别,从低到高依次是:[trace, debug, info, warn, error]
     pub log_level: String,
     // 中控端口
-    pub port: u32,
-
-    pub max_spread: Decimal,
-    pub min_spread: Decimal,
-    pub rl_num: Decimal,
-    pub max_position_value: Decimal,
-    pub ira: Decimal
+    pub port: u32
 }
 
 impl Params {