DataIntervalType Enumeration
Types of intervals for bar data.
Namespace: tsdata.marketdata
Enumerated Values
Name |
Value |
Description | |
![]() |
Daily |
2 |
Bar intervals representing one or more days. |
![]() |
Minutes |
1 |
Bar intervals of one or more minutes. |
![]() |
Monthly |
4 |
Bar intervals representing one of more months. |
![]() |
Seconds | 14 | Bar intervals of one or more seconds. (May not be supported by all data feeds) |
![]() |
Ticks |
0 |
Bar intervals of one or more ticks. (May not be supported by all data feeds) |
![]() |
Weekly |
3 |
Bar intervals representing one or more weeks. |