enum O2GTimeframeUnit

Brief

The enum specifies a set of constants representing the unit of measurement of the historical prices time frame.

Details

The time frame unit of measurement can be obtained by calling the IO2GTimeframe.getUnit method.

Static Public Fields

Day

The constant represents a day.

Hour

The constant represents an hour.

Min

The constant represents a minute.

Month

The constant represents a month.

Tick

The constant represents a tick.

Week

The constant represents a week.

Year

The constant represents a year.

back