We report an issue two times before related to late response when call Reuter Service API, it take around 24 minutes to make data extraction .You told me to check with network and security teams to ensure that no anything block the service request and they confirm that .it’s a critical point from our side and we need to know if there are wrong implementation from our side .kindly find below the code I use it when extract data using ISIN identifier .Kindly advise.
Code :
var extractionRequest = new TermsAndConditionsExtractionRequest { IdentifierList = InstrumentIdentifierList.Create(new[] { new InstrumentIdentifier { Identifier = "EGS69101C011", IdentifierType = IdentifierType.Isin } }, null, false), ContentFieldNames = new[] {"Company Name","Currency Code","ISIN","Issue Price","Issuer Name","MIC List","MIC","SEDOL","SICC","SICC Sector Code","Ticker","Trading Symbol","Trading Status","Official Name","Operating MIC" } }; var extractionResult = ExtractionsContext.ExtractWithNotes(extractionRequest);
Thanks and Regards
Mostafa Seif