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()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()
-
retrieveMarketHours
CompletableFuture<HttpResponseFor<MarketDataRetrieveMarketHoursResponse>> retrieveMarketHours(MarketDataRetrieveMarketHoursParams params, RequestOptions requestOptions)
-
-
-
-