question

Upvotes
5 3 1 9

TRTH V2 TickHistoryTimeAndSalesExtractionRequest Trade Price Currency

I'm making a TickHistoryTimeAndSalesExtractionRequest request. I get values back for everything except the currencies are missing. I need theses in the message so I can scale from GBp to GBP,etc.

I get back rows with 8 values (RIC, Date,Time,etc....Price,Volume,Trade Price Currency)

Currency is always empty. How can I update my request to receive the currency. I got "Trade - Trade Price Currency" from the available fields list. Is there a different field I should be looking at?

string[] _fieldNames = { "Trade - Price", "Trade - Volume", "Trade - Trade Price Currency" };

var request = return new TickHistoryTimeAndSalesExtractionRequest
            {
                Condition = new TickHistoryTimeAndSalesCondition
                {
                    ReportDateRangeType = ReportDateRangeType.Range,
                    QueryStartDate = startDateUtc,
                    QueryEndDate = endDateUtc,
                    ApplyCorrectionsAndCancellations = false,
                    ExtractBy = TickHistoryExtractByMode.Ric,
                    MessageTimeStampIn = TickHistoryTimeOptions.GmtUtc,
                    SortBy = TickHistorySort.SingleByRic,
                    DisplaySourceRIC = false
                },
                ContentFieldNames = _fieldNames,
                IdentifierList = instrumentIdentifierList
            };

var result = extractionsContext.ExtractRaw(request);
tick-history-rest-apiforex
icon clock
10 |1500

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

I got the same result as yours. There is no value in Trade - Trade Price Currency.

For this content issue, please kindly contact TRTH V2 support team via Contact Us for the answer. In the product field, please select Thomson Reuters Tick History v2.

Case 06001496

In Case 06001496, there is no reply from the customer, and the case has been closed. So, I just extend its triage.

0 Answers

· Write an Answer

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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