Class MarketDataServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.MarketDataService.WithRawResponse
public final class MarketDataServiceImpl.WithRawResponseImpl implements MarketDataService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description MarketDataService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. StockService.WithRawResponsestocks()HttpResponseFor<MarketDataRetrieveMarketHoursResponse>retrieveMarketHours(MarketDataRetrieveMarketHoursParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
MarketDataService.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
StockService.WithRawResponse stocks()
-
retrieveMarketHours
HttpResponseFor<MarketDataRetrieveMarketHoursResponse> retrieveMarketHours(MarketDataRetrieveMarketHoursParams params, RequestOptions requestOptions)
-
-
-
-