public interface RequestResult
Modifier and Type | Method and Description |
---|---|
Set<String> |
getFieldErrors() |
Set<String> |
getSecurityErrors() |
boolean |
hasErrors()
Even if this method returns true, the request might have returned valid data.
|
boolean |
isEmpty()
The main reasons why this might return true:
the structure has not been populated yet
all the information requested returned errors (none of the tickers and/or fields was valid)
the date range was invalid
no data was returned because there was no data available for that ticker/field/date range combination
|
boolean hasErrors()
Set<String> getFieldErrors()
Set<String> getSecurityErrors()
boolean isEmpty()
Copyright © 2013. All Rights Reserved.