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()AlloyService.WithRawResponsealloys()Dinari provides basic market data for StocksandAlloysthat are available to transact on.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()
-
alloys
AlloyService.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
HttpResponseFor<MarketDataRetrieveMarketHoursResponse> retrieveMarketHours(MarketDataRetrieveMarketHoursParams params, RequestOptions requestOptions)
-
-
-
-