Package com.dinari.api.services.async.v2
Interface MarketDataServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface MarketDataServiceAsync.WithRawResponseA view of MarketDataServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract MarketDataServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract StockServiceAsync.WithRawResponsestocks()CompletableFuture<HttpResponseFor<MarketDataRetrieveMarketHoursResponse>>retrieveMarketHours()Returns a raw HTTP response for get /api/v2/market_data/market_hours/, but is otherwise the same as MarketDataServiceAsync.retrieveMarketHours.abstract CompletableFuture<HttpResponseFor<MarketDataRetrieveMarketHoursResponse>>retrieveMarketHours(MarketDataRetrieveMarketHoursParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<MarketDataRetrieveMarketHoursResponse>>retrieveMarketHours(MarketDataRetrieveMarketHoursParams params)CompletableFuture<HttpResponseFor<MarketDataRetrieveMarketHoursResponse>>retrieveMarketHours(RequestOptions requestOptions)-
-
Method Detail
-
withOptions
abstract 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
abstract StockServiceAsync.WithRawResponse stocks()
-
retrieveMarketHours
CompletableFuture<HttpResponseFor<MarketDataRetrieveMarketHoursResponse>> retrieveMarketHours()
Returns a raw HTTP response for
get /api/v2/market_data/market_hours/, but is otherwise the same as MarketDataServiceAsync.retrieveMarketHours.
-
retrieveMarketHours
abstract CompletableFuture<HttpResponseFor<MarketDataRetrieveMarketHoursResponse>> retrieveMarketHours(MarketDataRetrieveMarketHoursParams params, RequestOptions requestOptions)
-
retrieveMarketHours
CompletableFuture<HttpResponseFor<MarketDataRetrieveMarketHoursResponse>> retrieveMarketHours(MarketDataRetrieveMarketHoursParams params)
-
retrieveMarketHours
CompletableFuture<HttpResponseFor<MarketDataRetrieveMarketHoursResponse>> retrieveMarketHours(RequestOptions requestOptions)
-
-
-
-