public static enum IVolumeProfileChartObject.VolumeProfileParams extends java.lang.Enum<IVolumeProfileChartObject.VolumeProfileParams>
Enum Constant and Description |
---|
CLOSE_PRICE |
END_TIME |
HIGH_LOW_RANGE |
HIGH_PRICE |
LOW_PRICE |
NUM_OF_PERIODS |
OPEN_PRICE |
START_TIME |
TOTAL_VOLUME |
VOLUMES |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getType() |
static IVolumeProfileChartObject.VolumeProfileParams |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IVolumeProfileChartObject.VolumeProfileParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IVolumeProfileChartObject.VolumeProfileParams START_TIME
public static final IVolumeProfileChartObject.VolumeProfileParams END_TIME
public static final IVolumeProfileChartObject.VolumeProfileParams NUM_OF_PERIODS
public static final IVolumeProfileChartObject.VolumeProfileParams OPEN_PRICE
public static final IVolumeProfileChartObject.VolumeProfileParams HIGH_PRICE
public static final IVolumeProfileChartObject.VolumeProfileParams LOW_PRICE
public static final IVolumeProfileChartObject.VolumeProfileParams CLOSE_PRICE
public static final IVolumeProfileChartObject.VolumeProfileParams HIGH_LOW_RANGE
public static final IVolumeProfileChartObject.VolumeProfileParams TOTAL_VOLUME
public static final IVolumeProfileChartObject.VolumeProfileParams VOLUMES
public static IVolumeProfileChartObject.VolumeProfileParams[] values()
for (IVolumeProfileChartObject.VolumeProfileParams c : IVolumeProfileChartObject.VolumeProfileParams.values()) System.out.println(c);
public static IVolumeProfileChartObject.VolumeProfileParams 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 java.lang.Class<?> getType()
Copyright © 2024. All rights reserved.