Struct bitbank_api::private::fetch_active_orders::Params
source · pub struct Params { /* private fields */ }Implementations§
source§impl Params
impl Params
sourcepub fn builder() -> ParamsBuilder<((), (), (), (), (), ())>
pub fn builder() -> ParamsBuilder<((), (), (), (), (), ())>
Create a builder for building Params.
On the builder, call .pair(...), .count(...)(optional), .from_id(...)(optional), .end_id(...)(optional), .since(...)(optional), .end(...)(optional) to set the values of the fields.
Finally, call .build() to create the instance of Params.