完善FIDC策略执行语义

This commit is contained in:
boris
2026-07-06 14:52:50 +08:00
parent 4fee8e1d07
commit cb189e3de4
4 changed files with 363 additions and 21 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ pub mod strategy_ai;
pub mod universe;
pub use broker::{
BrokerExecutionReport, BrokerSimulator, DynamicSlippageConfig, MatchingType, SlippageModel,
BrokerExecutionReport, BrokerSimulator, DynamicSlippageConfig, MatchingType, RebalanceCashMode,
SlippageModel,
};
pub use calendar::TradingCalendar;
pub use cost::{ChinaAShareCostModel, CostModel, TradingCost};