From 723ce936230037d02c196858f949dc6e026c9f09 Mon Sep 17 00:00:00 2001 From: boris Date: Wed, 26 Aug 2026 23:01:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E7=BB=9F=E4=B8=80=E9=A3=8E?= =?UTF-8?q?=E6=8E=A7=E7=AD=96=E7=95=A5=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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/fidc-core/src/lib.rs b/crates/fidc-core/src/lib.rs index c9a73a8..26fdd16 100644 --- a/crates/fidc-core/src/lib.rs +++ b/crates/fidc-core/src/lib.rs @@ -75,7 +75,8 @@ pub use platform_strategy_spec::{ StrategyExpressionOrderingConfig, StrategyExpressionRiskConfig, StrategyExpressionScheduleConfig, StrategyExpressionSelectionConfig, StrategyExpressionTradingConfig, StrategyPortfolioDrawdownControlConfig, - StrategyRuntimeEnvironment, StrategyRuntimeExpressions, StrategyRuntimeSpec, + StrategyRiskPolicySpec, StrategyRuntimeEnvironment, StrategyRuntimeExpressions, + StrategyRuntimeSpec, platform_expr_config_from_spec, platform_expr_config_from_value, }; pub use portfolio::{CashReceivable, HoldingSummary, PendingCashFlow, PortfolioState, Position};