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
-
Methods inherited from class com.dinari.api.services.async.v2.marketdata.StockServiceAsync.WithRawResponse
list, list, list, retrieveCurrentPrice, retrieveCurrentPrice, retrieveCurrentPrice, retrieveCurrentPrice, retrieveCurrentPrice, retrieveCurrentQuote, retrieveCurrentQuote, retrieveCurrentQuote, retrieveCurrentQuote, retrieveCurrentQuote, retrieveDividends, retrieveDividends, retrieveDividends, retrieveDividends, retrieveDividends, retrieveHistoricalPrices, retrieveHistoricalPrices, retrieveHistoricalPrices, retrieveNews, retrieveNews, retrieveNews, retrieveNews, retrieveNews -
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)
-
retrieveCurrentPrice
CompletableFuture<HttpResponseFor<StockRetrieveCurrentPriceResponse>> retrieveCurrentPrice(StockRetrieveCurrentPriceParams params, RequestOptions requestOptions)
-
retrieveCurrentQuote
CompletableFuture<HttpResponseFor<StockRetrieveCurrentQuoteResponse>> retrieveCurrentQuote(StockRetrieveCurrentQuoteParams 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)
-
-
-
-