Rename engine strategy surfaces
This commit is contained in:
@@ -1869,7 +1869,7 @@ fn engine_sweeps_futures_order_book_depth_when_available() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn strategy_context_exposes_advanced_rqdata_helpers() {
|
||||
fn strategy_context_exposes_advanced_data_helpers() {
|
||||
let observed = Rc::new(RefCell::new(Vec::new()));
|
||||
let broker = BrokerSimulator::new_with_execution_price(
|
||||
ChinaAShareCostModel::default(),
|
||||
@@ -2057,7 +2057,7 @@ fn engine_runs_subscribed_tick_hooks_and_executes_tick_orders() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn strategy_context_exposes_rqalpha_style_data_helpers() {
|
||||
fn strategy_context_exposes_engine_native_data_helpers() {
|
||||
let date1 = d(2025, 1, 2);
|
||||
let date2 = d(2025, 1, 3);
|
||||
let date3 = d(2025, 1, 6);
|
||||
@@ -2345,7 +2345,7 @@ fn strategy_context_exposes_final_order_runtime_view() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn strategy_context_exposes_rqalpha_style_account_runtime_view() {
|
||||
fn strategy_context_exposes_engine_native_account_runtime_view() {
|
||||
let prev_date = d(2025, 1, 2);
|
||||
let date = d(2025, 1, 3);
|
||||
let data = DataSet::from_components(
|
||||
|
||||
Reference in New Issue
Block a user