|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jfx.Timeframe
public class Timeframe
Timeframe of the chart (chart period).
Field Summary | |
---|---|
static int |
_PERIOD_D1
|
static int |
_PERIOD_DEFAULT
|
static int |
_PERIOD_H1
|
static int |
_PERIOD_H4
|
static int |
_PERIOD_M1
|
static int |
_PERIOD_M15
|
static int |
_PERIOD_M30
|
static int |
_PERIOD_M5
|
static int |
_PERIOD_MN1
|
static int |
_PERIOD_W1
|
static Timeframe |
PERIOD_D1
1 Daily |
static Timeframe |
PERIOD_DEFAULT
Timeframe used on the chart. |
static Timeframe |
PERIOD_H1
1 hour |
static Timeframe |
PERIOD_H4
4 hour |
static Timeframe |
PERIOD_M1
1 minute |
static Timeframe |
PERIOD_M15
15 minutes |
static Timeframe |
PERIOD_M30
30 minutes |
static Timeframe |
PERIOD_M5
5 minutes |
static Timeframe |
PERIOD_MN1
Monthly |
static Timeframe |
PERIOD_W1
Weekly |
int |
val
|
Method Summary | |
---|---|
static Timeframe |
getTimeframe(int val)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Timeframe PERIOD_M1
public static final int _PERIOD_M1
public static final Timeframe PERIOD_M5
public static final int _PERIOD_M5
public static final Timeframe PERIOD_M15
public static final int _PERIOD_M15
public static final Timeframe PERIOD_M30
public static final int _PERIOD_M30
public static final Timeframe PERIOD_H1
public static final int _PERIOD_H1
public static final Timeframe PERIOD_H4
public static final int _PERIOD_H4
public static final Timeframe PERIOD_D1
public static final int _PERIOD_D1
public static final Timeframe PERIOD_W1
public static final int _PERIOD_W1
public static final Timeframe PERIOD_MN1
public static final int _PERIOD_MN1
public static final Timeframe PERIOD_DEFAULT
public static final int _PERIOD_DEFAULT
public int val
Method Detail |
---|
public static Timeframe getTimeframe(int val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |