roq-dump#

Purpose#

  • Input an event-log (file)

  • Output events as log messages, csv, …

  • Useful for debugging and data analysis

Conda#

$ mamba install \
  --channel https://roq-trading.com/conda/stable \
  roq-tools
$ roq-dump [options] \
    event_log_file

Flags#

$ roq-dump --help

--type

Output type. Any of log and csv.

--table

Filter on table name. Optional when type is log. Required when type is csv.

--message_info

Enable extended message info? Optional when type is csv.

--begin_time_utc

Optional filter to only output event after or at this time. Format is ISO 8601, e.g. 2020-07-06T09:43:36+00:00.

--end_time_utc

Optional filter to only output event before or at this time. Format is ISO 8601, e.g. 2020-07-06T09:43:36+00:00.