(self)
| 433 | |
| 434 | class OptionsDepthCacheManager(BaseDepthCacheManager): |
| 435 | def _get_socket(self): |
| 436 | return self._bm.options_depth_socket(self._symbol) |
| 437 | |
| 438 | |
| 439 | class ThreadedDepthCacheManager(ThreadedApiManager): |
nothing calls this directly
no test coverage detected