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)):