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 |
|---|---|
String |
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.
|
addClient, setLocaledoGetRequest, doPostRequest, getLocale, getLocalizationLocale, getRootUrl, setLocalizationLocalepublic FinancialMarketsClient()
Default constructor. Initializes values and creates sub-clients.
public FinancialMarketsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic 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 String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.