C# Wrapper of MRN C++ tutorial step 5

xli1997
xli1997 Explorer

I have tested using Elektron EMA C++ to get MRN with yor tutorial step 5 example.

https://developers.thomsonreuters.com/elektron/elektron-sdk-cc/learning?content=8682&type=learning_material_item

It works fine for me. But our application is C#. Is there a C# Wrapper of MRN C++ tutorial step 5?

I find this one, It says, RFA (Robust Foundation API )

https://developers.thomsonreuters.com/thomson-reuters-enterprise-platform/robust-foundation-api-rfa-1/learning?content=9340&type=learning_material_item

Should I try the above? does it work the same way as C++ tutorial step 5 example?

If both answers are NO, What is the best way I can write a C# Wrapper?

Best Answer

  • zoya faberov
    zoya faberov ✭✭✭✭✭
    Answer ✓

    Both EMA C++ MRN tutorial (step 5) and RFA.NET MRN Tutorial demonstrate requesting and decoding Machine Reasable News (MRN) data.

    If you are interested in processing Machine Readable News in C#, then I would go with RFA.NET and use as an example/reuse the relevant handling code from the RFA.NET MRN tutorial, rather then create a wrapper around either of these tutorials, which are intended to be used as examples, not as reusable libraries.

Answers