Hi, we are using the RFA C++ Foundation API to subscribe to real time trade data. We have questions regarding the limit to the number of concurrent subscriptions:
1. What is the limit to the number of concurrent subscriptions per account?
2. What if we have two instances running calling API to subscribe to the same list of symbols using the same account?
3. What would happen if we break the limit?
Thank you