question

Upvotes
Accepted
1 3 4 5

TRTH intraday summary extraction-

Hi

Could you please indicate which condition to use to define the summary interval when using

TickHistoryIntradaySummariesExtractionRequest

I can't find it in the .NET example applications.

thanks and regards

tick-history-rest-apihistorical
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.

@ludovic.mesnier, thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text beneath the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question. Thanks, AHS

@ludovic.mesnier, please be informed that a reply has been verified as correct in answering the question, and has been marked as such. Thanks, AHS

@ludovic.mesnier - This is a private post

We made this query public. There is no reason to make it internal, customers could benefit from reading this. Hope you don't mind.

1 Answer

· Write an Answer
Upvotes
Accepted
79.1k 250 52 74

SummmaryInterval is defined in the TickHistoryIntradaySummariesCondition class. The possible values are:

    public enum TickHistorySummaryInterval
    {
        OneSecond = 0,
        FiveSeconds = 1,
        OneMinute = 2,
        FiveMinutes = 3,
        TenMinutes = 4,
        FifteenMinutes = 5,
        OneHour = 6,
    }

The example is available in the C# Example Application at the download section. Please refer to the On Demand Extractions -> Create: TickHistoryIntradaySummaries example.

From my test, if it is not defined, it will return Intraday 1 Sec interval data.


trth.png (59.0 KiB)
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.

FYI, the C example application is described in the TRTH Quick Start.

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.