roq-import¶
Purpose¶
Input a Flatbuffers encoded stream (file)
Output an event-log
Useful for simulations using third-party captured data
Conda¶
$ conda install \
--channel https://roq-trading.com/conda/stable \
roq-tools
$ roq-import \
--type event_log \
--protocol flatbuffers
--encoding binary \
--name cme \
--event_log_dir . \
my_fbs_file
Flags¶
$ roq-import --help
|
Type used to describe the input file.
Any of |
|
Protocol used to produce the intput file.
Any of |
|
Protocol used to encode the binary stream.
Any of |
|
Name used to identify the data source, e.g. an exchange name. |
|
Path used when producing the output file.
Required if |
|
Base directory used when producing the output file.
Required if |