EMA - How to store updatemessage/refresh message in client side

Hi,


Client is receiving EMA data - update/refresh. How best they can store these data? Are there any tables / template available so that client can reuse them?


Thanks

Raghava

Best Answer

Answers

  • Hello @Raghava.B S

    EMA retrieves real-time data and passes data to the client application as is. It does not provide any tables/template to store data. The clients need to implement this by themselves. The suitable way depends on the client requirements e.g. keep in database or file.

  • Hi, Wasin, so EmaFactory.createRefreshMsg and EmaFactory.createUpdateMsg are only for Java ? I could not find such names in EMA C++ SDK. So is there equivalent functions in C++ SDK ? Many thanks

  • Hello @wangfugen

    For EMA C++, the equivalent functions are available in each Refresh/Update/Status ... Message classes under thomsonreuters::ema::access Namespace. Please check EMA C++ Reference Manual Guide document under EMA C++ Development Guide page.



    image


    image

  • I see, many thanks.