public class FinancialMarketsSecuritiesClient extends AbstractClient
Client which handles financial markets securities data fetching.
| Constructor and Description |
|---|
FinancialMarketsSecuritiesClient()
Default constructor.
|
FinancialMarketsSecuritiesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getMaturityStructure()
Fetch all maturity structure data.
|
List<ResponseModel> |
getMaturityStructure(Collection<Integer> sectors,
Collection<String> maturities,
Collection<String> currencies,
Collection<String> months)
Fetch all maturity structure data which match the input constraints.
|
List<ResponseModel> |
getOutstandingAndIssuedAmount()
Fetch all outstanding and issued amount data.
|
List<ResponseModel> |
getOutstandingAndIssuedAmount(Collection<Integer> sectors,
Collection<String> items,
Collection<String> currencies,
Collection<String> months)
Fetch all outstanding and issued amount 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 FinancialMarketsSecuritiesClient()
Default constructor.
public FinancialMarketsSecuritiesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getMaturityStructure()
Fetch all maturity structure data.
ResponseModel
objectsgetMaturityStructure(Collection, Collection, Collection, Collection)public List<ResponseModel> getMaturityStructure(Collection<Integer> sectors, Collection<String> maturities, Collection<String> currencies, Collection<String> months)
Fetch all maturity structure data which match the input constraints.
sectors - the sectors to fetch data formaturities - the maturities to fetch data forcurrencies - the currencies to fetch data formonths - the months to fetch data forResponseModel
objectspublic List<ResponseModel> getOutstandingAndIssuedAmount()
Fetch all outstanding and issued amount data.
ResponseModel
objectsgetOutstandingAndIssuedAmount(Collection, Collection, Collection, Collection)public List<ResponseModel> getOutstandingAndIssuedAmount(Collection<Integer> sectors, Collection<String> items, Collection<String> currencies, Collection<String> months)
Fetch all outstanding and issued amount data which match the input constraints.
sectors - the sectors 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.