We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It would be great to have an example on how to keep a full order book from updates. Related gateio example
The text was updated successfully, but these errors were encountered:
Each OrderBookMsg has a seq_id and a prev_seq_id, see msg.rs#L107-L109, if there are gaps, which means some messages are missing.
OrderBookMsg
seq_id
prev_seq_id
I'll submit an example for Binance soon.
Sorry, something went wrong.
that would be great! I am curious to know what other people are doing
Each OrderBookMsg has a seq_id and a prev_seq_id, see msg.rs#L107-L109, if there are gaps, which means some messages are missing. I'll submit an example for Binance soon.
dose the example submited? thanks
@xtuyaowu No, there is no example for now. You can read the "How to manage a local order book correctly" section from Binance
No branches or pull requests
It would be great to have an example on how to keep a full order book from updates.
Related gateio example
The text was updated successfully, but these errors were encountered: