(self)
| 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 | |
| 434 | class OptionsDepthCacheManager(BaseDepthCacheManager): |
nothing calls this directly
no test coverage detected