Add order runtime lookup
This commit is contained in:
@@ -33,6 +33,8 @@ fn strategy_emits_target_weights_and_diagnostics() {
|
||||
process_events: &[],
|
||||
active_process_event: None,
|
||||
active_datetime: None,
|
||||
order_events: &[],
|
||||
fills: &[],
|
||||
})
|
||||
.expect("decision");
|
||||
|
||||
@@ -77,6 +79,8 @@ fn jq_strategy_emits_same_day_decision() {
|
||||
process_events: &[],
|
||||
active_process_event: None,
|
||||
active_datetime: None,
|
||||
order_events: &[],
|
||||
fills: &[],
|
||||
})
|
||||
.expect("jq decision");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user