public static enum IOhlcChartObject.TickInfoParams extends Enum<IOhlcChartObject.TickInfoParams>
Enum Constant and Description |
---|
ASK |
ASK_VOL |
BID |
BID_VOL |
DATE |
TIME |
Modifier and Type | Method and Description |
---|---|
static IOhlcChartObject.TickInfoParams |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOhlcChartObject.TickInfoParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IOhlcChartObject.TickInfoParams DATE
public static final IOhlcChartObject.TickInfoParams TIME
public static final IOhlcChartObject.TickInfoParams ASK
public static final IOhlcChartObject.TickInfoParams BID
public static final IOhlcChartObject.TickInfoParams ASK_VOL
public static final IOhlcChartObject.TickInfoParams BID_VOL
public static IOhlcChartObject.TickInfoParams[] values()
for (IOhlcChartObject.TickInfoParams c : IOhlcChartObject.TickInfoParams.values()) System.out.println(c);
public static IOhlcChartObject.TickInfoParams valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2016. All rights reserved.