the time taken to call terms and condation interface is around 24 seconds and it's not acceptable.
the code used :
ExtractionsContext _ExtractionsContext = ContextHelper.CreateExtractionsContext(); var availableFields = _ExtractionsContext.GetValidContentFieldTypes(ReportTemplateTypes.TermsAndConditions); var extractionRequest = new TermsAndConditionsExtractionRequest { IdentifierList = InstrumentIdentifierList.Create( new[] { new InstrumentIdentifier {Identifier = SecurityCode, IdentifierType =type }, }, 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" ,"RIC"} }; var extractionResult = _ExtractionsContext.ExtractWithNotes(extractionRequest); var extractedRows = extractionResult.Contents;
urgent matter