fix(backtest): advance resting limit orders on subsequent quote events
This commit is contained in:
@@ -7961,7 +7961,7 @@ where
|
||||
quote.volume_delta > 0 && quote.bid1_volume == 0 && quote.ask1_volume == 0
|
||||
}
|
||||
|
||||
fn matching_type_uses_intraday_quotes(&self) -> bool {
|
||||
pub(crate) fn matching_type_uses_intraday_quotes(&self) -> bool {
|
||||
matches!(
|
||||
self.matching_type,
|
||||
MatchingType::MinuteLast
|
||||
|
||||
Reference in New Issue
Block a user