Class SplitListParams
-
- All Implemented Interfaces:
-
com.dinari.api.core.Params
public final class SplitListParams implements Params
Get a list of stock splits for
Stocksavailable for trade via Dinari. 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 classSplitListParams.BuilderA builder for SplitListParams.
-
Method Summary
Modifier and Type Method Description final Optional<Long>page()final Optional<Long>pageSize()final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final SplitListParams.BuildertoBuilder()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 SplitListParamsnone()final static SplitListParams.Builderbuilder()Returns a mutable builder for constructing an instance of SplitListParams. -
-
Method Detail
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final SplitListParams.Builder toBuilder()
-
_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 SplitListParams none()
-
builder
final static SplitListParams.Builder builder()
Returns a mutable builder for constructing an instance of SplitListParams.
-
-
-
-