Skip to content

Commit

Permalink
debug: market_id=delete_order.market_id.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuji-hashimoto0110 authored and ryuji-hashimoto0110 committed Apr 7, 2024
1 parent a7fdd08 commit bdff453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pams/order_book.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _check_expired_orders(self) -> List[ExpirationLog]:
for delete_order in delete_orders:
log: ExpirationLog = ExpirationLog(
order_id=delete_order.order_id,
market_id=delete_order.order_id,
market_id=delete_order.market_id,
time=self.time,
order_time=delete_order.placed_at,
agent_id=delete_order.agent_id,
Expand Down

0 comments on commit bdff453

Please sign in to comment.