roq-trading / roq-issues

Issue tracker for Roq's software solutions.
https://roq-trading.com/
1 stars 0 forks source link

[roq-server] Client will now receive all accounts if no accounts are configured for subscription #415

Closed thraneh closed 1 year ago

thraneh commented 1 year ago

The change is that all accounts will now be downloaded from the gateway when a client connects and it has not specified any accounts for subscription.

Previous implementation required the client to track the gateway as the set of accounts changed.

This change pushes configuration to the gateway where the set of accounts are defined as well as the user permissions.