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<ResponseModel> |
getAssets()
Fetch all institution assets data.
|
List<ResponseModel> |
getAssets(Collection<String> institutions,
Collection<String> items,
Collection<String> currencies,
Collection<String> months)
Fetch all institution assets data which match the input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic FinancialMarketsInstitutionsClient()
Default constructor.
public FinancialMarketsInstitutionsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getAssets()
Fetch all institution assets data.
ResponseModel
objectsgetAssets(Collection, Collection, Collection, Collection)public List<ResponseModel> 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 forResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.