enum O2GTimeframeUnit

Brief

The enum defines 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 O2GTimeframe.getUnit method.

The namespace is com.fxcore2.

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