Package | Description |
---|---|
com.dukascopy.api | |
com.dukascopy.api.indicators |
Modifier and Type | Method and Description |
---|---|
static JFTimeZone |
JFTimeZone.getByJavaName(java.lang.String tzJavaName) |
JFTimeZone |
Period.getJFTimeZone() |
static JFTimeZone |
JFTimeZone.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JFTimeZone[] |
JFTimeZone.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Period |
Period.createCustomPeriod(Unit unit,
int unitsCount,
JFTimeZone jfTimeZone)
This method returns custom period with given
JFTimeZone . |
static boolean |
Period.isTimeZoneValid(Unit unit,
int numOfUnits,
JFTimeZone timeZone)
Checks whether the given time zone's offset is valid for the given unit, e.g.
|
Modifier and Type | Method and Description |
---|---|
JFTimeZone |
IIndicatorDrawingSupport.getJFTimeZone()
Returns time zone of the chart.
|
JFTimeZone |
IIndicatorContext.getJFTimeZone()
Returns time zone of the chart.
|
Modifier and Type | Method and Description |
---|---|
Period |
InputParameterInfo.getPeriod(JFTimeZone timeZone)
Returns period of this input (adjusted to given time zone) if it was set, or null if period of the chart should be used
|
Copyright © 2024. All rights reserved.