DataIntervalType Enumeration

Types of intervals for bar data.  

Namespace: tsdata.marketdata

Enumerated Values
  Name

Value

Description
Public property Daily

2

Bar intervals representing one or more days.
Public property Minutes

1

Bar intervals of one or more minutes.
Public property Monthly

4

Bar intervals representing one of more months.
Public property Seconds 14 Bar intervals of one or more seconds. (May not be supported by all data feeds)
Public property Ticks

0

Bar intervals of one or more ticks. (May not be supported by all data feeds)
Public property Weekly

3

Bar intervals representing one or more weeks.