From 96c70ee542e6f0569ff411062618814662906ae1 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 26 Feb 2023 16:53:49 -0500 Subject: [PATCH] Fix overview bullet formatting --- piker/brokers/README.rst | 3 +++ 1 file changed, 3 insertions(+) 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