From f84ac9c49871a1a13dd911e07f13d322efd635de Mon Sep 17 00:00:00 2001 From: fmerlos Date: Mon, 10 Jan 2022 22:00:06 +0100 Subject: [PATCH] remove comments --- marketsimulator/orderbook.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/marketsimulator/orderbook.py b/marketsimulator/orderbook.py index e84b63b..c72a2df 100644 --- a/marketsimulator/orderbook.py +++ b/marketsimulator/orderbook.py @@ -415,12 +415,6 @@ def _is_aggressive(self, order): is_agg = False return is_agg - # def update_metrics(self, trdpx, trdqty): - # - # self.cumvol += trdqty - # self.cumefe += round(trdpx * trdqty, 3) - # self.obvwap = self.cumefe/self.cumvol - def update_last_trades(self, stats, pos): for i in range(len(STATS)):