MCPcopy Create free account
hub / github.com/danpaquin/coinbasepro-python / get_bid

Method get_bid

cbpro/order_book.py:219–220  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

217 self._asks[price] = asks
218
219 def get_bid(self):
220 return self._bids.peekitem(-1)[0]
221
222 def get_bids(self, price):
223 return self._bids.get(price)

Callers 1

process_messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected