public class FileData extends BaseCachedColumn
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLOSE
The close value.
|
static java.lang.String |
DATE
The date.
|
static java.lang.String |
HIGH
The high value.
|
static java.lang.String |
LOW
The low value.
|
static java.lang.String |
OPEN
The open value.
|
static java.lang.String |
TIME
The time.
|
static java.lang.String |
VOLUME
The volume.
|
| Constructor and Description |
|---|
FileData(java.lang.String theName,
int theIndex,
boolean theInput,
boolean theOutput)
Construct the object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
void |
setIndex(int theIndex)
Set the index of this field.
|
public static final java.lang.String DATE
public static final java.lang.String TIME
public static final java.lang.String HIGH
public static final java.lang.String LOW
public static final java.lang.String OPEN
public static final java.lang.String CLOSE
public static final java.lang.String VOLUME