Class StockServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.marketdata.StockServiceAsync
public final class StockServiceAsyncImpl implements StockServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStockServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.dinari.api.services.async.v2.marketdata.StockServiceAsync
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
-
withRawResponse
StockServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
StockServiceAsync 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 splits()
-
list
CompletableFuture<List<StockListResponse>> list(StockListParams params, RequestOptions requestOptions)
-
retrieveDividends
CompletableFuture<List<StockRetrieveDividendsResponse>> retrieveDividends(StockRetrieveDividendsParams params, RequestOptions requestOptions)
-
retrieveHistoricalPrices
CompletableFuture<List<StockRetrieveHistoricalPricesResponse>> retrieveHistoricalPrices(StockRetrieveHistoricalPricesParams params, RequestOptions requestOptions)
-
retrieveNews
CompletableFuture<List<StockRetrieveNewsResponse>> retrieveNews(StockRetrieveNewsParams params, RequestOptions requestOptions)
-
retrieveQuote
CompletableFuture<StockRetrieveQuoteResponse> retrieveQuote(StockRetrieveQuoteParams params, RequestOptions requestOptions)
-
-
-
-