public static enum IOhlcChartObject.PriceAgregatedInfoParams extends java.lang.Enum<IOhlcChartObject.PriceAgregatedInfoParams>
Enum Constant and Description |
---|
CLOSE |
DATE |
END_TIME |
FEC |
HIGH |
INDEX |
LOW |
OPEN |
OPPOSITE_WICK |
START_TIME |
TURNAROUND_PRICE |
VOL |
WICK |
YANG_SPAN |
YIN_SPAN |
Modifier and Type | Method and Description |
---|---|
static IOhlcChartObject.PriceAgregatedInfoParams |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IOhlcChartObject.PriceAgregatedInfoParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static IOhlcChartObject.PriceAgregatedInfoParams[] |
values(DataType dataType) |
public static final IOhlcChartObject.PriceAgregatedInfoParams DATE
public static final IOhlcChartObject.PriceAgregatedInfoParams START_TIME
public static final IOhlcChartObject.PriceAgregatedInfoParams END_TIME
public static final IOhlcChartObject.PriceAgregatedInfoParams OPEN
public static final IOhlcChartObject.PriceAgregatedInfoParams HIGH
public static final IOhlcChartObject.PriceAgregatedInfoParams LOW
public static final IOhlcChartObject.PriceAgregatedInfoParams CLOSE
public static final IOhlcChartObject.PriceAgregatedInfoParams VOL
public static final IOhlcChartObject.PriceAgregatedInfoParams WICK
public static final IOhlcChartObject.PriceAgregatedInfoParams OPPOSITE_WICK
public static final IOhlcChartObject.PriceAgregatedInfoParams YIN_SPAN
public static final IOhlcChartObject.PriceAgregatedInfoParams YANG_SPAN
public static final IOhlcChartObject.PriceAgregatedInfoParams TURNAROUND_PRICE
public static final IOhlcChartObject.PriceAgregatedInfoParams FEC
public static final IOhlcChartObject.PriceAgregatedInfoParams INDEX
public static IOhlcChartObject.PriceAgregatedInfoParams[] values()
for (IOhlcChartObject.PriceAgregatedInfoParams c : IOhlcChartObject.PriceAgregatedInfoParams.values()) System.out.println(c);
public static IOhlcChartObject.PriceAgregatedInfoParams 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 nullpublic static IOhlcChartObject.PriceAgregatedInfoParams[] values(DataType dataType)
Copyright © 2024. All rights reserved.