To retrieve Reuters real time data I am using the AdxRtList object. Creating this object used to be rather quick (<5 secs). For several months now it takes very long (> 30 secs, up to 1 min). Does anyone know why this has changed?
This is the snipped:
Public Function CreateAdxRtList() As
AdfinXRtLib.AdxRtList
Set CreateAdxRtList =
CreateReutersObject("AdfinXRtLib.AdxRtList")
End Function