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 Websocket V2 Books and Raw Books support the option to request that checksums be sent through the WebSocket connection. The checksum is a CRC32 value which covers the first 25 bids and asks. By calculating your own checksum and comparing it to the provided value, you can verify that your order book data is correct and up to date.
but when count is 0, and level is deleted, how can i still perform the checksum calculation?
The text was updated successfully, but these errors were encountered:
Issue type
Brief description
according to docs,
but when count is 0, and level is deleted, how can i still perform the checksum calculation?
The text was updated successfully, but these errors were encountered: