拆分ST与星号ST风控语义

This commit is contained in:
boris
2026-07-03 09:00:50 +08:00
parent c32926cc34
commit 3bb001c374
17 changed files with 308 additions and 36 deletions
@@ -143,6 +143,7 @@ fn engine_preloads_declared_decision_quotes_for_current_positions() {
date: first,
symbol: "000001.SZ".to_string(),
is_st: false,
is_star_st: false,
is_new_listing: false,
is_paused: false,
allow_buy: true,
@@ -155,6 +156,7 @@ fn engine_preloads_declared_decision_quotes_for_current_positions() {
date: second,
symbol: "000001.SZ".to_string(),
is_st: false,
is_star_st: false,
is_new_listing: false,
is_paused: false,
allow_buy: true,
@@ -309,6 +311,7 @@ fn engine_reuses_preloaded_decision_quotes_without_loader_call() {
date: first,
symbol: "000001.SZ".to_string(),
is_st: false,
is_star_st: false,
is_new_listing: false,
is_paused: false,
allow_buy: true,
@@ -321,6 +324,7 @@ fn engine_reuses_preloaded_decision_quotes_without_loader_call() {
date: second,
symbol: "000001.SZ".to_string(),
is_st: false,
is_star_st: false,
is_new_listing: false,
is_paused: false,
allow_buy: true,
@@ -540,6 +544,7 @@ fn engine_loads_distinct_decision_quote_times_on_same_day() {
date: first,
symbol: "000001.SZ".to_string(),
is_st: false,
is_star_st: false,
is_new_listing: false,
is_paused: false,
allow_buy: true,
@@ -552,6 +557,7 @@ fn engine_loads_distinct_decision_quote_times_on_same_day() {
date: second,
symbol: "000001.SZ".to_string(),
is_st: false,
is_star_st: false,
is_new_listing: false,
is_paused: false,
allow_buy: true,