Code for tutorials not up-todate?

I'm following the tutorial here https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/rt-sdk-cc/tutorials#ema-consumer-creating-a-barebones-ema-consumer-application

However, that page shows code like

class AppClient : public refinitiv::ema::access::OmmConsumerClient

which does not match the code from the download link https://developers.refinitiv.com/content/dam/devportal/api-families/elektron/elektron-sdk-c/tutorials/ema-consumer/ema_tutorials.zip

where I can see code like

class AppClient : public thomsonreuters::ema::access::OmmConsumerClient

which does *not* compile using SDK 2.0.2

Where is the up-to-date tutorial code for SDK version 2.0.2 please?

Answers

  • Hi @dmenendez

    Thank you for raising this. We are in the process of updating the learning material and will correct that ASAP. Part of the rebranding work recently done by the RTSDK team was to rebrand the namespace. You should be able to move forward immediately by changing the namespace within the tutorial code you downloaded.

  • Done!

    I didn't know about the 'Accept' functionality of the forum, so thank you for that!