Class StockServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.marketdata.StockServiceAsync.WithRawResponse
public final class StockServiceAsyncImpl.WithRawResponseImpl implements StockServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description StockServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. SplitServiceAsync.WithRawResponsesplits()CompletableFuture<HttpResponseFor<List<StockListResponse>>>list(StockListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<List<StockRetrieveDividendsResponse>>>retrieveDividends(StockRetrieveDividendsParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<List<StockRetrieveHistoricalPricesResponse>>>retrieveHistoricalPrices(StockRetrieveHistoricalPricesParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<List<StockRetrieveNewsResponse>>>retrieveNews(StockRetrieveNewsParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<StockRetrieveQuoteResponse>>retrieveQuote(StockRetrieveQuoteParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.marketdata.StockServiceAsync.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
StockServiceAsync.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
SplitServiceAsync.WithRawResponse splits()
-
list
CompletableFuture<HttpResponseFor<List<StockListResponse>>> list(StockListParams params, RequestOptions requestOptions)
-
retrieveDividends
CompletableFuture<HttpResponseFor<List<StockRetrieveDividendsResponse>>> retrieveDividends(StockRetrieveDividendsParams params, RequestOptions requestOptions)
-
retrieveHistoricalPrices
CompletableFuture<HttpResponseFor<List<StockRetrieveHistoricalPricesResponse>>> retrieveHistoricalPrices(StockRetrieveHistoricalPricesParams params, RequestOptions requestOptions)
-
retrieveNews
CompletableFuture<HttpResponseFor<List<StockRetrieveNewsResponse>>> retrieveNews(StockRetrieveNewsParams params, RequestOptions requestOptions)
-
retrieveQuote
CompletableFuture<HttpResponseFor<StockRetrieveQuoteResponse>> retrieveQuote(StockRetrieveQuoteParams params, RequestOptions requestOptions)
-
-
-
-