diff --git a/piker/brokers/README.rst b/piker/brokers/README.rst index 2b7866a3..0d3bb9da 100644 --- a/piker/brokers/README.rst +++ b/piker/brokers/README.rst @@ -14,6 +14,7 @@ to deliver info through a real-time, normalized data layer. Generally speaking we break each ``piker.brokers.`` into a python package containing 3 sub-modules: + - ``.api`` containing lowest level client code used to interact specifically with the APIs of the exchange, broker or data provider. - ``.feed`` which provides historical and real-time quote stream data @@ -25,6 +26,7 @@ a python package containing 3 sub-modules: Our current set of "production" grade backends includes: + - ``kraken`` - ``ib`` @@ -54,6 +56,7 @@ this routine must eventually deliver realt-time quote messages by sending them o the passed in ``send_chan``; these messages must have specific format. there is a very simple but required startup sequence: + message starup sequence: ************************ at a minimum, and asap, a first quote message should be returned for