Are there any examples of Python codes for following different types of ThomsonReuter requests -
1.#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryTimeAndSalesExtractionRequest
[deals with things like symbology
change (ie ric changes)]
2.#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TermsAndConditionsExtractionRequest
[deals with things like getting
exchanges and id's for particular rics]
3.#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.ElektronTimeseriesExtractionRequest
[deals with end of day data]
4.#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryRawExtractionRequest
[raw tick level data]
5.#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryIntradaySummariesExtractionRequest
[intraday data]
A working example for each of the above, possibly using a Futures ticker and a relevant field is what I am looking for.