Skip to content

Commit

Permalink
debug: add sell_order_book._set_time
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 f7505cd commit 82f912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pams/market.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def _update_time(self, next_fundamental_price: float) -> None:
if self.logger is not None:
for log in logs:
log.read_and_write(logger=self.logger)
self.sell_order_book._set_time(self.time)
logs: List[ExpirationLog] = self.sell_order_book._set_time(self.time)
if self.logger is not None:
for log in logs:
log.read_and_write(logger=self.logger)
Expand Down

0 comments on commit 82f912a

Please sign in to comment.