question

Upvotes
Accepted
211 6 17 30

Value of `Status Code` in various secnarios

Hello , We are using RFA 8.1 C++ api to consume Level1 and Level2 market data

we are interested in understanding whether the value of StatusCode in the following scenarios is fixed or variable:

  1. When a non-authorized user subscribes to a RIC, the current statuscode is NotAuthorizedEnum. Is the value of StatusCode guaranteed to be NotAuthorizedEnum in this scenario ?

  2. When a non-valid RIC is subscribed, the current statuscode is NotFoundEnum. Is the value of StatusCode guaranteed to be NotFoundEnum in this scenario ?

We want to confirm if the application will consistently receive the above StatusCodes in the mentioned situations.

trep#technologyrfarfa-apic++
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.

1 Answer

· Write an Answer
Upvotes
Accepted
18.7k 85 39 63

Hi @mktdata

The Status Code is primarily used for informational purposes and really should not be used to trigger specific information. I don't believe there is a guarantee that every feed service will utilize the exact same enum.

From the documentation:

1713797688397.png



1713797688397.png (30.0 KiB)
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.