Documentation for Extractions.ExtractionRequests.TickHistoryTimeAndSalesExtractionRequest

Laurent
Laurent Newcomer

Hi,

Could someone please point me to the documentation relative to Extractions.ExtractionRequests.TickHistoryTimeAndSalesExtractionRequest as described in this question https://community.developers.refinitiv.com/questions/15742/trth-retrieving-range-data-using-time-and-sales-da.html.

I cannot find it anywhere.

Best Answer

  • @Laurent, the best place to look for API call details is the API reference tree. Here is the direct link for the ExtractRaw endpoint used in the query you mention. Once you followed that link, set the appropriate data type (in this case TickHistoryTimeAndSalesExtractionRequest) in the first dropdown.

    The REST API user guide also documents this. In version 11.2 you will find it in chapter 8 on page 58. The user guide is available in the downloads tab under the Development section.

    The TimeAndSales extraction request is also illustrated in the Use Case Reference available in the downloads tab under the Examples section. For version 11.2 this is in chapter 6 on pages 40 and following.

    REST API Tutorial 4 also covers this call.

    Hope this helps.

Answers