Rename engine strategy surfaces
This commit is contained in:
@@ -4319,7 +4319,7 @@ where
|
||||
let saw_quote_after_cursor = !eligible_quotes.is_empty();
|
||||
|
||||
for (quote_index, quote) in eligible_quotes.iter().enumerate() {
|
||||
// Approximate JoinQuant market-order fills with the evolving L1 book after
|
||||
// Approximate platform-native market-order fills with the evolving L1 book after
|
||||
// the decision time instead of trade VWAP. This keeps quantities/prices
|
||||
// closer to the observed 10:18 execution logs.
|
||||
let Some(quote_price) =
|
||||
|
||||
Reference in New Issue
Block a user