PyLimitOrderBook
PyLimitOrderBook copied to clipboard
Limit Order Book Implemented in Python
Results
2
PyLimitOrderBook issues
Sort by
recently updated
recently updated
newest added
Hello. For research purposes, I need a script that can parse a message flow of Level II limit order data (order, delete, modify, trades etc), and sample the order book...
Can you add a example of how to run your code? Also, when I do: ``` cd /PyLimitOrderBook python bin/limitbook-tseries.py sample_data/XOM_BATS_2010-06-16.csv sample_data/XOM_BATS_2010-06-162.csv ``` I get: ``` Traceback (most recent call...