barter-data-rs icon indicating copy to clipboard operation
barter-data-rs copied to clipboard

Public OrderBookSide and bigger orderbook for init

Open palinko91 opened this issue 1 year ago • 0 comments

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.

palinko91 avatar May 06 '23 21:05 palinko91