feat(exchanges): use dictionary to represent order book #4
Labels
exchanges: update 📈
Any update to the code of existing exchanges
good first issue 😇
Good for newcomers
Describe the solution you'd like
Instead of representing the book as
List[List[List[float]]]
:Represent it as dictionary:
The text was updated successfully, but these errors were encountered: