nexustrader.base.connector =============================== .. currentmodule:: nexustrader.base.connector The PublicConnector is used to get the public data from the exchange. The PrivateConnector is used to get the private data from the exchange. Class Overview ----------------- .. autoclass:: PublicConnector :members: :undoc-members: :show-inheritance: .. autoclass:: PrivateConnector :members: :undoc-members: :show-inheritance: .. autoclass:: MockLinearConnector :members: :undoc-members: :show-inheritance: