public class FxQuotesRequest extends QuotesRequest<FxQuote>
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<QuotesProperty> |
DEFAULT_PROPERTIES |
properties, query| Constructor and Description |
|---|
FxQuotesRequest(java.lang.String query) |
| Modifier and Type | Method and Description |
|---|---|
protected FxQuote |
parseCSVLine(java.lang.String line) |
getProperties, getQuery, getResult, getSingleResult, setPropertiespublic static final java.util.List<QuotesProperty> DEFAULT_PROPERTIES
protected FxQuote parseCSVLine(java.lang.String line)
parseCSVLine in class QuotesRequest<FxQuote>