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

Method get_bids

cbpro/order_book.py:222–223  ·  view source on GitHub ↗
(self, price)

Source from the content-addressed store, hash-verified

220 return self._bids.peekitem(-1)[0]
221
222 def get_bids(self, price):
223 return self._bids.get(price)
224
225 def remove_bids(self, price):
226 del self._bids[price]

Callers 5

addMethod · 0.95
removeMethod · 0.95
matchMethod · 0.95
changeMethod · 0.95
process_messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected