调整回测撮合为分钟线执行价语义
This commit is contained in:
@@ -1842,7 +1842,7 @@ fn engine_sweeps_futures_order_book_depth_when_available() {
|
||||
ChinaEquityRuleHooks::default(),
|
||||
PriceField::Last,
|
||||
)
|
||||
.with_matching_type(MatchingType::CounterpartyOffer);
|
||||
.with_matching_type(MatchingType::MinuteBestCounterparty);
|
||||
let mut engine = BacktestEngine::new(
|
||||
data,
|
||||
FuturesDepthLimitOrderStrategy,
|
||||
|
||||
Reference in New Issue
Block a user