RDP.FxSwpToSwp from third .NET application using Refinitiv for Office Add-In with refinitiv-shim.dll

Can I call the Refinitiv Workspace Excel function RDP.FxSwpToSwp from third .NET application using Refinitiv for Office Add-In with refinitiv-shim.dll?

By Refinitiv Eikon it's possible with EikonDesktopDataAPI.dll and the simply one line call in code EikonDesktopDataAPI.CreateAdxForexModule().AdFxSwpToSwp().

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @kvclemente

    Thank you for reaching out to us.

    The Excel Add-ins is designed to work on Excel. As far as I know, you can't use it in the .NET application.

    You can check if the LSEG Data Library for .Net can be retrieved the required data. It may relate to the IPA endpoint. Please refer to these examples.