public class StockChartDataType extends IntType
| Modifier and Type | Field and Description |
|---|---|
static StockChartDataType |
CLOSE |
static StockChartDataType |
HIGH |
static StockChartDataType |
LOW |
static StockChartDataType |
OPEN |
| Modifier | Constructor and Description |
|---|---|
private |
StockChartDataType(int typeCode) |
public static final StockChartDataType OPEN
public static final StockChartDataType CLOSE
public static final StockChartDataType HIGH
public static final StockChartDataType LOW