MCPcopy Create free account
hub / github.com/sammchardy/python-binance / OptionsDepthCacheManager

Class OptionsDepthCacheManager

binance/ws/depthcache.py:434–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432
433
434class OptionsDepthCacheManager(BaseDepthCacheManager):
435 def _get_socket(self):
436 return self._bm.options_depth_socket(self._symbol)
437
438
439class ThreadedDepthCacheManager(ThreadedApiManager):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…