Add target-shares parity and rqalpha roadmap

This commit is contained in:
boris
2026-04-23 05:49:17 -07:00
parent 2857f72d84
commit f805a4b26d
6 changed files with 526 additions and 1 deletions

View File

@@ -309,6 +309,17 @@ pub enum OrderIntent {
limit_price: f64,
reason: String,
},
TargetShares {
symbol: String,
target_quantity: i32,
reason: String,
},
LimitTargetShares {
symbol: String,
target_quantity: i32,
limit_price: f64,
reason: String,
},
TargetValue {
symbol: String,
target_value: f64,