pub struct OpenOrderListParamsBuilder { /* private fields */ }Expand description
Builder for OpenOrderListParams.
Implementations§
Source§impl OpenOrderListParamsBuilder
impl OpenOrderListParamsBuilder
Sourcepub fn recv_window<VALUE: Into<Option<Decimal>>>(self, value: VALUE) -> Self
pub fn recv_window<VALUE: Into<Option<Decimal>>>(self, value: VALUE) -> Self
The value cannot be greater than 60000.
Supports up to three decimal places of precision (e.g., 6000.346) so that microseconds may be specified.
This field is **optional.
Sourcepub fn build(self) -> Result<OpenOrderListParams, ParamBuildError>
pub fn build(self) -> Result<OpenOrderListParams, ParamBuildError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenOrderListParamsBuilder
impl RefUnwindSafe for OpenOrderListParamsBuilder
impl Send for OpenOrderListParamsBuilder
impl Sync for OpenOrderListParamsBuilder
impl Unpin for OpenOrderListParamsBuilder
impl UnsafeUnpin for OpenOrderListParamsBuilder
impl UnwindSafe for OpenOrderListParamsBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more