Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get bulk updates for Books/Raw books web sockets #142

Open
hardor opened this issue Mar 16, 2022 · 0 comments
Open

Get bulk updates for Books/Raw books web sockets #142

hardor opened this issue Mar 16, 2022 · 0 comments

Comments

@hardor
Copy link

hardor commented Mar 16, 2022

Hi,
Bitfinex says
Bulk Updates
Bulk updates can be enabled by sending a conf event with a flag value of 536870912. With bulk updates enabled, updates will arrive as an array of arrays.

Now SubscribeToPartialOrderBookUpdatesAsync method returns only one item for asks or bids each time. And we have a lot of responses.
Can you add new parameter if we want recieve bulk updates?
I guess it is enough add one line for it
messageEvent.Connection.Send(new BitfinexSocketConfig { Event = "conf", Flags = 536870912 });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant