Tony Denion
Results
2
issues of
Tony Denion
With the order book we are able to pull only the last upper bid and lower ask, i was thinking about adding 2 functions ```python def get_nasks(self, n): return [self.get_asks(self._asks.peekitem(i)[0])...
As described in the title 