|
|
@@ -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 {
|