mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 19:30:28 +08:00
DOC: Added chapter headings for Messaging and Extensions to make the TOC more
readable.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
**********
|
||||
Extensions
|
||||
**********
|
||||
|
||||
.. highlight:: cython
|
||||
|
||||
Philosophy
|
||||
|
||||
@@ -37,6 +37,7 @@ Contents
|
||||
overview.rst
|
||||
modules.rst
|
||||
messaging.rst
|
||||
extensions.rst
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
||||
+5
-1
@@ -1,3 +1,7 @@
|
||||
*********
|
||||
Messaging
|
||||
*********
|
||||
|
||||
qbt runs backtests using multiple processes and zeromq messaging for communication and coordination.
|
||||
|
||||
Backtest is the primary process. It maintains both server and client sockets:
|
||||
@@ -23,4 +27,4 @@ zmq sockets for backtest clients:
|
||||
- event feed, ZMQ.RESP. Port = port_start + 6
|
||||
- backtest will bind to this socket and respond to requests from client for more data. Response data will be the queue of events that
|
||||
transpired since the last request.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user