public static enum IOhlcChartObject.CandleInfoParams extends java.lang.Enum<IOhlcChartObject.CandleInfoParams>
Enum Constant and Description |
---|
CLOSE |
DATE |
HIGH |
INDEX |
LOW |
OPEN |
PLATFORM_TIME
Deprecated.
|
TIME |
TTL |
VOL |
Modifier and Type | Method and Description |
---|---|
static IOhlcChartObject.CandleInfoParams |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IOhlcChartObject.CandleInfoParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IOhlcChartObject.CandleInfoParams DATE
public static final IOhlcChartObject.CandleInfoParams TIME
@Deprecated public static final IOhlcChartObject.CandleInfoParams PLATFORM_TIME
public static final IOhlcChartObject.CandleInfoParams OPEN
public static final IOhlcChartObject.CandleInfoParams HIGH
public static final IOhlcChartObject.CandleInfoParams LOW
public static final IOhlcChartObject.CandleInfoParams CLOSE
public static final IOhlcChartObject.CandleInfoParams VOL
public static final IOhlcChartObject.CandleInfoParams INDEX
public static final IOhlcChartObject.CandleInfoParams TTL
public static IOhlcChartObject.CandleInfoParams[] values()
for (IOhlcChartObject.CandleInfoParams c : IOhlcChartObject.CandleInfoParams.values()) System.out.println(c);
public static IOhlcChartObject.CandleInfoParams valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2024. All rights reserved.