Expose open order state to strategy runtime

This commit is contained in:
boris
2026-04-23 04:52:43 -07:00
parent 9fca6e0011
commit 4fdcfdae7d
8 changed files with 311 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ pub use rules::{ChinaEquityRuleHooks, EquityRuleHooks, RuleCheck};
pub use scheduler::{ScheduleFrequency, ScheduleRule, ScheduleStage, Scheduler};
pub use strategy::{
CnSmallCapRotationConfig, CnSmallCapRotationStrategy, JqMicroCapConfig, JqMicroCapStrategy,
OrderIntent, Strategy, StrategyContext, StrategyDecision,
OpenOrderView, OrderIntent, Strategy, StrategyContext, StrategyDecision,
};
pub use strategy_ai::{
ManualExample, ManualFactorSource, ManualField, ManualFieldGroup, ManualFunction,