限制开盘报价路径仅用于显式逐笔容量合同
This commit is contained in:
@@ -8735,8 +8735,12 @@ where
|
|||||||
| MatchingType::MinuteBestCounterparty
|
| MatchingType::MinuteBestCounterparty
|
||||||
| MatchingType::Vwap
|
| MatchingType::Vwap
|
||||||
| MatchingType::Twap
|
| MatchingType::Twap
|
||||||
) || (matches!(self.matching_type, MatchingType::CurrentBarClose | MatchingType::NextBarOpen)
|
) || (self.matching_type == MatchingType::CurrentBarClose
|
||||||
&& self.intraday_execution_start_time.is_some())
|
&& self.intraday_execution_start_time.is_some())
|
||||||
|
|| (self.matching_type == MatchingType::NextBarOpen
|
||||||
|
&& self.intraday_execution_start_time.is_some()
|
||||||
|
&& self.volume_limit
|
||||||
|
&& self.volume_capacity_mode == VolumeCapacityMode::ExecutionObservation)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn drives_resting_quote_clock(&self) -> bool {
|
pub(crate) fn drives_resting_quote_clock(&self) -> bool {
|
||||||
|
|||||||
Reference in New Issue
Block a user