Class SplitListForStockParams
-
- All Implemented Interfaces:
-
com.dinari.api.core.Params
public final class SplitListForStockParams implements Params
Get a list of stock splits for a specific
Stock. The splits are ordered by the date they were created, with the most recent split first.In an example 10-for-1 stock split, trading will be halted for the stock at the end of the
payable_date, as the split transitions fromPENDINGtoIN_PROGRESS. This usually occurs over a weekend to minimize trading disruptions. Each share of stock owned by a shareholder will then be converted into 10 shares, and the split becomesCOMPLETEas trading resumes on theex_datewith new split-adjusted prices.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSplitListForStockParams.BuilderA builder for SplitListForStockParams.
-
Method Summary
Modifier and Type Method Description final Optional<String>stockId()final Optional<Long>page()final Optional<Long>pageSize()final Headers_additionalHeaders()final QueryParams_additionalQueryParams()final SplitListForStockParams.BuildertoBuilder()final String_pathParam(Integer index)Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static SplitListForStockParamsnone()final static SplitListForStockParams.Builderbuilder()Returns a mutable builder for constructing an instance of SplitListForStockParams. -
-
Method Detail
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final SplitListForStockParams.Builder toBuilder()
-
_pathParam
final String _pathParam(Integer index)
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static SplitListForStockParams none()
-
builder
final static SplitListForStockParams.Builder builder()
Returns a mutable builder for constructing an instance of SplitListForStockParams.
-
-
-
-