Class MarketDataServiceImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.MarketDataService
public final class MarketDataServiceImpl implements MarketDataService
Dinari provides basic market data for
Stocksthat 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMarketDataServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description MarketDataService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. MarketDataServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. StockServicestocks()MarketDataRetrieveMarketHoursResponseretrieveMarketHours(MarketDataRetrieveMarketHoursParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
MarketDataService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
MarketDataService 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 stocks()
-
retrieveMarketHours
MarketDataRetrieveMarketHoursResponse retrieveMarketHours(MarketDataRetrieveMarketHoursParams params, RequestOptions requestOptions)
-
-
-
-