Replies: 4 comments 6 replies
-
All points sound good but point number one (OB extension in C) would definitely be of value. |
Beta Was this translation helpful? Give feedback.
-
Hi @bmoscon |
Beta Was this translation helpful? Give feedback.
-
the orderbook implementation has been completed. Just doing more extensive testing and will migrate cryptofeed to use it (and do some thorough testing before merging). https://github.com/bmoscon/orderbook |
Beta Was this translation helpful? Give feedback.
-
Hello @bmoscon, To be clearer about this feature in cryptofeed, let's take a practical example with symbol | STRING | YES |
--------- | ------ | --- |
startTime | LONG | NO | Timestamp in ms to get aggregate trades from INCLUSIVE.
endTime | LONG | NO | Timestamp in ms to get aggregate trades until INCLUSIVE.
limit | INT | NO | Default 500; max 1000. In Cryptofeed / message handler, should there be a new channel added To be noticed, other data like 'funding' also applies for instance, documentation here. Possibly, 'funding' is already obtained this way, I did not had a look. Thanks for sharing your mind about this. Bests |
Beta Was this translation helpful? Give feedback.
-
Here are some things I have planned for the coming months. I'm curious if these will be useful to others, and what things others are interested in
A reworked connection architecture - this will allow exchanges to have as many websocket connections as needed. Will also provide a way to capture REST endpoint data (for the raw data capture and playback). EDIT: CompletedBeta Was this translation helpful? Give feedback.
All reactions