Close RQAlpha P0-P2 parity gaps

This commit is contained in:
boris
2026-04-23 21:07:59 -07:00
parent 6be87c9982
commit beb9c7a7ae
8 changed files with 1830 additions and 86 deletions

View File

@@ -197,6 +197,14 @@ impl<C, R> BrokerSimulator<C, R> {
self
}
pub fn matching_type(&self) -> MatchingType {
self.matching_type
}
pub fn execution_price_field(&self) -> PriceField {
self.execution_price_field
}
pub fn open_order_views(&self) -> Vec<OpenOrderView> {
self.open_orders
.borrow()