Minor formatting
parent
e5cefeb44b
commit
730906a072
|
@ -423,8 +423,7 @@ async def simulate_fills(
|
||||||
# below unecessarily and further don't want to pop
|
# below unecessarily and further don't want to pop
|
||||||
# simulated live orders prematurely.
|
# simulated live orders prematurely.
|
||||||
case _:
|
case _:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# iterate all potentially clearable book prices
|
# iterate all potentially clearable book prices
|
||||||
# in FIFO order per side.
|
# in FIFO order per side.
|
||||||
for order_info, pred in iter_entries:
|
for order_info, pred in iter_entries:
|
||||||
|
|
Loading…
Reference in New Issue