修正FiRisk强平执行时间口径
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user