question

Upvotes
Accepted
13 6 4 12

Questions to the limit of Refinitiv Foundation API (RFA) C++ regarding the number of symbols we can subscribe concurrently

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

#productrfa-apic++api-limits
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi @leiy ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

Hi @leiy ,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thank you,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
22.1k 59 14 21

Hello @leiy,

I don't know of a hard limit to the number of open subscriptions an RFA application can have concurrently. What really matters is the update rate of these subscriptions, and at some point, your application won't be able to process the updates fast enough and get disconnected from the infrastructure. This maximum update rate will depend on your hardware/OS/network configuration.

You can have any number of instances requesting any number of instruments. They may/may-not be allowed to use the same DACS ID, and it will depend on how your market data infrastructure is configured


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.