roq-udp-subscriber¶
UDP (multicast) subscriber
The subscriber allows you receiver CustomMetrics
over UDP (multicast).
Installing¶
$ conda install \
--channel https://roq-trading.com/conda/stable \
roq-udp-subscriber
$ conda install \
--channel https://roq-trading.com/conda/unstable \
roq-udp-subscriber
Using¶
$ roq-udp-subscriber \
--name "udp-subscriber" \
--config_file $CONFIG_FILE_PATH \
--client_listen_address $UNIX_SOCKET_PATH \
--flagfile $ENVIRONMENT_FLAGFILE
Flags¶
$ roq-udp-subscriber --help
--exchange
(ub
)Exchange identifier
--udp_heartbeat_timeout
(10s
)Heartbeat timeout
Configuration¶
$ $CONDA_PREFIX/share/roq-udp-subscriber/config.toml
Important
The template will be replaced when the software is upgraded. Make a copy and modify to your needs.
symbols = ".*"
[users]
[users.trader]
password = "secret"