public class FinancialMarketsClient extends AbstractContainerClient
Client which handles financial markets data fetching.
Constructor and Description |
---|
FinancialMarketsClient()
Default constructor.
|
FinancialMarketsClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
FinancialMarketsBalanceOfPaymentsClient |
balanceOfPayments()
Retrieve the client for interacting with financial markets balance of payments
data.
|
FinancialMarketsEnterprisesClient |
enterprises()
Retrieve the client for interacting with financial markets enterprises data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
FinancialMarketsInstitutionsClient |
institutions()
Retrieve the client for interacting with financial markets institutions
data.
|
FinancialMarketsInvestmentFundsClient |
investmentFunds()
Retrieve the client for interacting with financial markets investment funds
data.
|
FinancialMarketsSecuritiesClient |
securities()
Retrieve the client for interacting with financial markets securities data.
|
FinancialMarketsShareholdersClient |
shareholders()
Retrieve the client for interacting with financial markets shareholders
data.
|
FinancialMarketsStatisticsClient |
statistics()
Retrieve the client for interacting with financial markets statistics data.
|
addClient, getClient, setLocale
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocale
public FinancialMarketsClient()
Default constructor. Initializes values and creates sub-clients.
public FinancialMarketsClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic FinancialMarketsBalanceOfPaymentsClient balanceOfPayments()
Retrieve the client for interacting with financial markets balance of payments data.
public FinancialMarketsEnterprisesClient enterprises()
Retrieve the client for interacting with financial markets enterprises data.
public FinancialMarketsInstitutionsClient institutions()
Retrieve the client for interacting with financial markets institutions data.
public FinancialMarketsInvestmentFundsClient investmentFunds()
Retrieve the client for interacting with financial markets investment funds data.
public FinancialMarketsSecuritiesClient securities()
Retrieve the client for interacting with financial markets securities data.
public FinancialMarketsShareholdersClient shareholders()
Retrieve the client for interacting with financial markets shareholders data.
public FinancialMarketsStatisticsClient statistics()
Retrieve the client for interacting with financial markets statistics data.
public URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.