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


Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @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.