Class SplitServiceImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.marketdata.stocks.SplitService
public final class SplitServiceImpl implements SplitService
Corporate actions are events that affect the ownership of a
Stock.Corporate actions include dividends and stock splits.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSplitServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description SplitService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. SplitServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. List<StockSplit>list(SplitListParams params, RequestOptions requestOptions)List<StockSplit>listForStock(SplitListForStockParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.blocking.v2.marketdata.stocks.SplitService
list, list, list, listForStock, listForStock, listForStock, listForStock, listForStock -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
SplitService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
SplitService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
List<StockSplit> list(SplitListParams params, RequestOptions requestOptions)
-
listForStock
List<StockSplit> listForStock(SplitListForStockParams params, RequestOptions requestOptions)
-
-
-
-