An example of keeping Bitfinex order book
To list arguments:
python run_me.py -h
Python >= 3.6
Python >= 3.7.3 is needed to run parser_book.py
The process of feeding and maintaining a book of orders can be divided into 5 parts. This way we have five measurement parameters::
- webcast transmission
- unpacking and routing the received message
- processing the message and making changes to the order book
- packaging and transferring a snapshot of a book to a message queue (simulation)
- receiving and unpacking a snapshot from the message queue (simulation)