Migrating VBA Code from EIKON AdxRtList Library to Refinitiv Workspace

I am working on converting an Excel-based calculation tool that currently uses the EIKON AdxRtList Library to stream real-time underlying data. The goal is to adapt the VBA code so it works with Refinitiv Workspace instead of EIKON.

Details:

The VBA tool has the following components:

  • A class module that interacts directly with AdxRtList. Functions include: StartRtRequest, GetValues etc.
  • A standard module that implements macros and functions defined in the Module Class

Answers