barter-data-rs
barter-data-rs copied to clipboard
Public OrderBookSide and bigger orderbook for init
We can get OrderBookSide for example with a stream, and if we want to reach the inner data we can't becease it was private. I made public so we don't have to convert to JSON to interact with the data.
Also changed the initial snapshot to be the highest limit possible, so we can maintain deeper orderbook and we have much more details.