MCPcopy
hub / github.com/danpaquin/coinbasepro-python / set_bids

Method set_bids

cbpro/order_book.py:228–229  ·  view source on GitHub ↗
(self, price, bids)

Source from the content-addressed store, hash-verified

226 del self._bids[price]
227
228 def set_bids(self, price, bids):
229 self._bids[price] = bids
230
231
232if __name__ == '__main__':

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected