public static enum IOhlcChartObject.TickInfoParams extends java.lang.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(java.lang.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(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 © 2025. All rights reserved.