You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the type of orderbook.tick_size is string and not TickSize. Is this a bug? Or do I have to add some kind of validation to it? When it can be different from a TickSize value?
When I call
the type of
orderbook.tick_sizeisstringand notTickSize. Is this a bug? Or do I have to add some kind of validation to it? When it can be different from aTickSizevalue?