From 076c167d6e0732c950bebd17b47deebf53db79ad Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 29 Jun 2022 13:26:07 -0400 Subject: [PATCH] Fix ib pkg mod doc string --- piker/brokers/ib/__init__.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/piker/brokers/ib/__init__.py b/piker/brokers/ib/__init__.py index 5c329ecc..48024dc8 100644 --- a/piker/brokers/ib/__init__.py +++ b/piker/brokers/ib/__init__.py @@ -20,15 +20,10 @@ Interactive Brokers API backend. Sub-modules within break into the core functionalities: - ``broker.py`` part for orders / trading endpoints -- ``data.py`` for real-time data feed endpoints - -- ``client.py`` for the core API machinery which is ``trio``-ized +- ``feed.py`` for real-time data feed endpoints +- ``api.py`` for the core API machinery which is ``trio``-ized wrapping around ``ib_insync``. -- ``report.py`` for the hackery to build manual pp calcs - to avoid ib's absolute bullshit FIFO style position - tracking.. - """ from .api import ( get_client,