nexustrader.base.ws_client =============================== .. currentmodule:: nexustrader.base.ws_client This module contains the WSClient class, which is responsible for managing WebSocket connections and message handling. Class Overview ----------------- .. autoclass:: Listener :members: :undoc-members: :show-inheritance: .. autoclass:: WSClient :members: :undoc-members: :show-inheritance: