Replies: 1 comment
-
none that i can think of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
@bmoscon
Before I post my question let me express my excitement about this software project! It's an amazing package not only to be used with convenience but also as a source to learn from!
Now to my question.
The bid and ask value pairs of the orderbook datatype are provided as a simple dictionary structures for the snapshot (book).
But the delta bid and ask value pairs are provided as a lists of tuples.
Is there a reason why the delta is not provided as a dict like the snapshot?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions