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

Method _get_socket

binance/ws/depthcache.py:429–431  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

427 self._depth_cache.update_time = msg.get("E") or msg.get("lastUpdateId")
428
429 def _get_socket(self):
430 sock = self._bm.futures_depth_socket(self._symbol)
431 return sock
432
433
434class OptionsDepthCacheManager(BaseDepthCacheManager):

Callers

nothing calls this directly

Calls 1

futures_depth_socketMethod · 0.80

Tested by

no test coverage detected