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, 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
-
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()
Corporate actions are events that affect the ownership of a
Stock.Corporate actions include dividends and stock splits.
-
list
CompletableFuture<List<StockListResponse>> list(StockListParams params, RequestOptions requestOptions)
-
retrieveCurrentPrice
CompletableFuture<StockRetrieveCurrentPriceResponse> retrieveCurrentPrice(StockRetrieveCurrentPriceParams params, RequestOptions requestOptions)
-
retrieveCurrentQuote
CompletableFuture<StockRetrieveCurrentQuoteResponse> retrieveCurrentQuote(StockRetrieveCurrentQuoteParams 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)
-
-
-
-