orderbook icon indicating copy to clipboard operation
orderbook copied to clipboard

how to use to_list?

Open xiandong79 opened this issue 3 years ago • 0 comments

Traceback (most recent call last):
  File "/home/ubuntu/.pycharm_helpers/pydev/_pydevd_bundle/pydevd_exec2.py", line 3, in Exec
    exec(exp, global_vars, local_vars)
  File "<input>", line 1, in <module>
AttributeError: 'order_book.SortedDict' object has no attribute 'to_list'
self.bid.to_list()
Traceback (most recent call last):
  File "/home/ubuntu/.pycharm_helpers/pydev/_pydevd_bundle/pydevd_exec2.py", line 3, in Exec
    exec(exp, global_vars, local_vars)
  File "<input>", line 1, in <module>
AttributeError: 'order_book.SortedDict' object has no attribute 'to_list'

could you add an example in Basic Usage section in README ?

xiandong79 avatar Sep 01 '22 05:09 xiandong79