Class StockServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.marketdata.StockService.WithRawResponse
public final class StockServiceImpl.WithRawResponseImpl implements StockService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description StockService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. SplitService.WithRawResponsesplits()HttpResponseFor<List<StockListResponse>>list(StockListParams params, RequestOptions requestOptions)HttpResponseFor<List<StockRetrieveDividendsResponse>>retrieveDividends(StockRetrieveDividendsParams params, RequestOptions requestOptions)HttpResponseFor<List<StockRetrieveHistoricalPricesResponse>>retrieveHistoricalPrices(StockRetrieveHistoricalPricesParams params, RequestOptions requestOptions)HttpResponseFor<List<StockRetrieveNewsResponse>>retrieveNews(StockRetrieveNewsParams params, RequestOptions requestOptions)HttpResponseFor<StockRetrieveQuoteResponse>retrieveQuote(StockRetrieveQuoteParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.blocking.v2.marketdata.StockService.WithRawResponse
list, list, list, retrieveDividends, retrieveDividends, retrieveDividends, retrieveDividends, retrieveDividends, retrieveHistoricalPrices, retrieveHistoricalPrices, retrieveHistoricalPrices, retrieveNews, retrieveNews, retrieveNews, retrieveNews, retrieveNews, retrieveQuote, retrieveQuote, retrieveQuote, retrieveQuote, retrieveQuote -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
StockService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
splits
SplitService.WithRawResponse splits()
-
list
HttpResponseFor<List<StockListResponse>> list(StockListParams params, RequestOptions requestOptions)
-
retrieveDividends
HttpResponseFor<List<StockRetrieveDividendsResponse>> retrieveDividends(StockRetrieveDividendsParams params, RequestOptions requestOptions)
-
retrieveHistoricalPrices
HttpResponseFor<List<StockRetrieveHistoricalPricesResponse>> retrieveHistoricalPrices(StockRetrieveHistoricalPricesParams params, RequestOptions requestOptions)
-
retrieveNews
HttpResponseFor<List<StockRetrieveNewsResponse>> retrieveNews(StockRetrieveNewsParams params, RequestOptions requestOptions)
-
retrieveQuote
HttpResponseFor<StockRetrieveQuoteResponse> retrieveQuote(StockRetrieveQuoteParams params, RequestOptions requestOptions)
-
-
-
-