Modifier and Type | Method and Description |
---|---|
static IntradayBarField |
IntradayBarField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntradayBarField[] |
IntradayBarField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Table<org.joda.time.DateTime,IntradayBarField,TypedObject> |
IntradayBarData.get()
The table contains one security per row, one field per column and the objects are the values of each combination
of security ID / field.
|
Map<IntradayBarField,TypedObject> |
IntradayBarData.ResultForDate.get()
The returned map contains fields as keys and field's value for the selected date as values.
|
Modifier and Type | Method and Description |
---|---|
IntradayBarData.ResultForField |
IntradayBarData.forField(IntradayBarField field)
Adds a filter on a specific field (column)
|
TypedObject |
IntradayBarData.ResultForDate.forField(IntradayBarField field) |
Copyright © 2013. All Rights Reserved.