From 71b4ffcecf1e2419ae97b1361889dfd207169d83 Mon Sep 17 00:00:00 2001 From: boris Date: Wed, 26 Aug 2026 23:27:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E7=BB=9F=E4=B8=80=E5=9F=BA?= =?UTF-8?q?=E5=87=86=E8=B0=83=E4=BB=93=E8=A7=84=E6=A0=BC=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/fidc-core/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/fidc-core/src/lib.rs b/crates/fidc-core/src/lib.rs index 26fdd16..9cdd5da 100644 --- a/crates/fidc-core/src/lib.rs +++ b/crates/fidc-core/src/lib.rs @@ -75,8 +75,8 @@ pub use platform_strategy_spec::{ StrategyExpressionOrderingConfig, StrategyExpressionRiskConfig, StrategyExpressionScheduleConfig, StrategyExpressionSelectionConfig, StrategyExpressionTradingConfig, StrategyPortfolioDrawdownControlConfig, - StrategyRiskPolicySpec, StrategyRuntimeEnvironment, StrategyRuntimeExpressions, - StrategyRuntimeSpec, + StrategyRebalanceSpec, StrategyRiskPolicySpec, StrategyRuntimeEnvironment, + StrategyRuntimeExpressions, StrategyRuntimeSpec, StrategyUniverseSpec, platform_expr_config_from_spec, platform_expr_config_from_value, }; pub use portfolio::{CashReceivable, HoldingSummary, PendingCashFlow, PortfolioState, Position};