Modifier and Type | Method and Description |
---|---|
TypedObject |
IntradayBarData.ResultForField.forDate(org.joda.time.DateTime date) |
TypedObject |
HistoricalData.ResultForSecurity.ResultForSecurityAndField.forDate(org.joda.time.DateTime date) |
TypedObject |
IntradayBarData.ResultForDate.forField(IntradayBarField field) |
TypedObject |
ReferenceData.ResultForSecurity.forField(String field) |
TypedObject |
HistoricalData.ResultForSecurity.ResultForSecurityAndDate.forField(String field) |
TypedObject |
ReferenceData.ResultForField.forSecurity(String security) |
TypedObject |
DataChangeEvent.getNewValue()
Gets the new value for the data, expressed as an Object.
|
TypedObject |
DataChangeEvent.getOldValue()
Gets the old value for the data, expressed as an Object.
|
static TypedObject |
TypedObject.of(Object o) |
Modifier and Type | Method and Description |
---|---|
List<TypedObject> |
TypedObject.asList() |
com.google.common.collect.Multimap<org.joda.time.DateTime,TypedObject> |
IntradayTickData.forField(IntradayTickField field) |
com.google.common.collect.Table<String,String,TypedObject> |
ReferenceData.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<String,TypedObject> |
ReferenceData.ResultForSecurity.get()
The returned map contains fields as keys and field's value for the selected security as values.
|
Map<String,TypedObject> |
ReferenceData.ResultForField.get()
The returned map contains security IDs as keys and the selected field's value as values.
|
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.
|
Map<org.joda.time.DateTime,TypedObject> |
IntradayBarData.ResultForField.get()
The returned map contains dates as keys and the selected field's value as values.
|
com.google.common.collect.Table<org.joda.time.DateTime,String,TypedObject> |
HistoricalData.ResultForSecurity.get() |
Map<org.joda.time.DateTime,TypedObject> |
HistoricalData.ResultForSecurity.ResultForSecurityAndField.get() |
Map<String,TypedObject> |
HistoricalData.ResultForSecurity.ResultForSecurityAndDate.get() |
Constructor and Description |
---|
DataChangeEvent(String source,
String dataName,
TypedObject oldValue,
TypedObject newValue)
Constructs a new DataChangeEvent.
|
Copyright © 2013. All Rights Reserved.