wisespace-io / binance-rs

Rust Library for the Binance API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spot depth events don't work.

KalitaAlexey opened this issue · comments

106d53f (my commit) broke spot DepthOrderBookEvent because it doesn't have pu, instead they rely on U and u.

I didn't review the last commit, but does this means there's not enough test coverage on these events?

Given cargo test succeeds, I guess the crate don't have tests that ensure that DepthOrderBookEvent can be deserialized from json.