移除回测兼容语义残留

This commit is contained in:
boris
2026-06-26 13:39:21 +08:00
parent 7f40cfdab0
commit 380c34aa66
15 changed files with 265 additions and 300 deletions
@@ -83,7 +83,7 @@ fn engine_preloads_declared_decision_quotes_for_current_positions() {
ask1: 10.0,
prev_close: 9.8,
volume: 10_000,
tick_volume: 1_000,
minute_volume: 1_000,
bid1_volume: 10_000,
ask1_volume: 10_000,
trading_phase: Some("continuous".to_string()),
@@ -106,7 +106,7 @@ fn engine_preloads_declared_decision_quotes_for_current_positions() {
ask1: 10.6,
prev_close: 10.0,
volume: 10_000,
tick_volume: 1_000,
minute_volume: 1_000,
bid1_volume: 10_000,
ask1_volume: 10_000,
trading_phase: Some("continuous".to_string()),
@@ -249,7 +249,7 @@ fn engine_reuses_preloaded_decision_quotes_without_loader_call() {
ask1: 10.0,
prev_close: 9.8,
volume: 10_000,
tick_volume: 1_000,
minute_volume: 1_000,
bid1_volume: 10_000,
ask1_volume: 10_000,
trading_phase: Some("continuous".to_string()),
@@ -272,7 +272,7 @@ fn engine_reuses_preloaded_decision_quotes_without_loader_call() {
ask1: 10.6,
prev_close: 10.0,
volume: 10_000,
tick_volume: 1_000,
minute_volume: 1_000,
bid1_volume: 10_000,
ask1_volume: 10_000,
trading_phase: Some("continuous".to_string()),
@@ -480,7 +480,7 @@ fn engine_loads_distinct_decision_quote_times_on_same_day() {
ask1: 10.0,
prev_close: 9.8,
volume: 10_000,
tick_volume: 1_000,
minute_volume: 1_000,
bid1_volume: 10_000,
ask1_volume: 10_000,
trading_phase: Some("continuous".to_string()),
@@ -503,7 +503,7 @@ fn engine_loads_distinct_decision_quote_times_on_same_day() {
ask1: 10.6,
prev_close: 10.0,
volume: 10_000,
tick_volume: 1_000,
minute_volume: 1_000,
bid1_volume: 10_000,
ask1_volume: 10_000,
trading_phase: Some("continuous".to_string()),