roq-pubsub¶
Support publish / subscribe of custom data types.
Installing¶
$ conda install \
--channel https://roq-trading.com/conda/stable \
roq-pubsub
$ conda install \
--channel https://roq-trading.com/conda/unstable \
roq-pubsub
Using¶
$ roq-pubsub \
--name "pubsub" \
--config_file $CONFIG_FILE_PATH \
--client_listen_address $UNIX_SOCKET_PATH \
--flagfile $ENVIRONMENT_FLAGFILE
Flags¶
$ roq-pubsub --help
--exchange
(pubsub
)Exchange identifier
Constraints¶
The “gateway” only supports
CustomMetrics
andCustomMatrix
.