Module ticker_params

Module ticker_params 

Source
Expand description

Strongly typed parameter builder for ticker requests.

This module provides a typed interface for constructing ticker request parameters while preserving the ability to fall back to dynamic JSON values when required.

Structs§

TickerParams
Strongly typed parameters accepted by ticker endpoints.
TickerParamsBuilder
Convenience builder for TickerParams.

Traits§

IntoTickerParams
Trait for values convertible into TickerParams.