For a deeper look into our DataScope Select SOAP API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 0 0 0

This extraction request does not support cancellation. Details: report template: IntradayPricing exception

Hi there,

I got this error exception below when trying to cancel REST intraday api

"This extraction request does not support cancellation. Details: report template: IntradayPricing"

Here is the code detail in c# :

-------------------------

var job = _extractionsContext.ExtractWithNotesStart(extractionIntra);

_extractionsContext.CancelJob(job);

-------------------------

Am I missing some config/option setting ? or any other method/function call to be used? is this just not supported for intradaypricing?

Thanks

Zohan


dss-rest-apidatascope-selectdssrest-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
38.1k 69 35 53

@zohan.sim1

From my findings, cancellations are currently only supported for Tick History extractions.

Therefore, it works with TickHistoryIntradaySummariesExtractionRequest and TickHistoryRawExtractionRequest which are TRTH extractions.

It doesn't work with EndOfDayPricingExtractionRequest and IntradayPricingExtractionRequest which are DSS extractions.

However, you may need to contact the DSS support team MyRefinitiv for confirmation.


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea