Package com.dinari.api.services.async.v2
Class MarketDataServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.MarketDataServiceAsync.WithRawResponse
public final class MarketDataServiceAsyncImpl.WithRawResponseImpl implements MarketDataServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description MarketDataServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. StockServiceAsync.WithRawResponsestocks()AlloyServiceAsync.WithRawResponsealloys()Dinari provides basic market data for StocksandAlloysthat are available to transact on.CompletableFuture<HttpResponseFor<MarketDataRetrieveMarketHoursResponse>>retrieveMarketHours(MarketDataRetrieveMarketHoursParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
MarketDataServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
stocks
StockServiceAsync.WithRawResponse stocks()
-
alloys
AlloyServiceAsync.WithRawResponse alloys()
Dinari provides basic market data for
StocksandAlloysthat are available to transact on.This data is provided on a best-effort basis and we recommend using a dedicated provider for more intensive market data needs.
-
retrieveMarketHours
CompletableFuture<HttpResponseFor<MarketDataRetrieveMarketHoursResponse>> retrieveMarketHours(MarketDataRetrieveMarketHoursParams params, RequestOptions requestOptions)
-
-
-
-