修正FiRisk强平执行时间口径

This commit is contained in:
boris
2026-06-20 22:46:43 +08:00
parent 816fc48077
commit cdca7984ed
4 changed files with 262 additions and 5 deletions
+8
View File
@@ -989,6 +989,14 @@ pub enum OrderIntent {
target_value: f64,
reason: String,
},
TimedTargetValue {
symbol: String,
target_value: f64,
style: AlgoOrderStyle,
start_time: Option<NaiveTime>,
end_time: Option<NaiveTime>,
reason: String,
},
LimitTargetValue {
symbol: String,
target_value: f64,