MCPcopy Index your code
hub / github.com/danpaquin/coinbasepro-python / set_asks

Method set_asks

cbpro/order_book.py:216–217  ·  view source on GitHub ↗
(self, price, asks)

Source from the content-addressed store, hash-verified

214 del self._asks[price]
215
216 def set_asks(self, price, asks):
217 self._asks[price] = asks
218
219 def get_bid(self):
220 return self._bids.peekitem(-1)[0]

Callers 4

addMethod · 0.95
removeMethod · 0.95
matchMethod · 0.95
changeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected