mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-09 11:50:09 +08:00
DOC: Added chapter headings for Messaging and Extensions to make the TOC more
readable.
This commit is contained in:
+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