question

Upvotes
Accepted
3 0 0 2

Change from "setAll option" to "Dynamic Views"

API:RFA C++ 7.2.0.L2.win-shared

language:C++

OS:Windows


I am currently connected with the following settings.

・marketDataSubscriberInterestSpec(true)

・setAll option


What modifications are required to use Dynamic Views?


We have confirmed the information below.

https://developers.lseg.com/en/article-catalog/article/how-request-particular-fields-item-ric-rfa-api

#technologyrfa
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
Upvote
Accepted
87k 294 53 79

@kondo

Thank you for reaching out to us.

According to the code (marketDataSubscriberInterestSpec), you are using the legacy Market Data interface which doesn't support dynamic views.

To use dynamic views, you need to use the OMM interface, You can check the StarterConsumer_BatchView example in the package.


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.

Thank you for your reply.


I'm considering changing from "marketDataSubscriberInterestSpec" to "OMM".

Which features do I need to change? connections, requests, reception, etc. almost everything?


Is there anything that won't work if I change to OMM?


Also, will the data format of the received data change?

@kondo

Yes, you need to rewrite the code and you need to change almost everything.

I suggest to use the RTSDK C/C++ instead.

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.