-
I'm wondering if this library supports something like the Binance book diff stream -- but generalized over other exchanges? This seem to be the most universal (though low level) way to efficiently consume order book data. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
yes thats called the book delta and its stored in the book structure returned to the client via the callbacks. The backends also support storing the book delta (and snapshots) |
Beta Was this translation helpful? Give feedback.
-
thats because its not a data channel you subscribe to. You subscribe to orderbooks and if the exchange provides it, its part of the data object |
Beta Was this translation helpful? Give feedback.
yes thats called the book delta and its stored in the book structure returned to the client via the callbacks. The backends also support storing the book delta (and snapshots)