public class FinancialMarketsInstitutionsClient extends AbstractClient
Client which handles financial markets institutions data fetching.
| Constructor and Description |
|---|
FinancialMarketsInstitutionsClient()
Default constructor.
|
FinancialMarketsInstitutionsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<MonetaryAssets> |
getAssets()
Fetch all institution assets data.
|
List<MonetaryAssets> |
getAssets(Collection<String> institutions,
Collection<String> items,
Collection<String> currencies,
Collection<String> months)
Fetch all institution assets data which match the input constraints.
|
String |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getRootUrl, setLocale, setLocalizationLocalepublic FinancialMarketsInstitutionsClient()
Default constructor.
public FinancialMarketsInstitutionsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<MonetaryAssets> getAssets()
Fetch all institution assets data.
MonetaryAssets objectsgetAssets(Collection, Collection, Collection, Collection)public List<MonetaryAssets> getAssets(Collection<String> institutions, Collection<String> items, Collection<String> currencies, Collection<String> months)
Fetch all institution assets data which match the input constraints.
institutions - the institutions to fetch data foritems - the items to fetch data forcurrencies - the currencies to fetch data formonths - the months to fetch data forMonetaryAssets objectspublic String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.