pub struct QueryOrderQuantityPrecisionPerAssetParamsBuilder { /* private fields */ }Expand description
Builder for QueryOrderQuantityPrecisionPerAssetParams.
Implementations§
Source§impl QueryOrderQuantityPrecisionPerAssetParamsBuilder
impl QueryOrderQuantityPrecisionPerAssetParamsBuilder
Sourcepub fn recv_window<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
pub fn recv_window<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
The value cannot be greater than 60000
This field is **optional.
Sourcepub fn build(
self,
) -> Result<QueryOrderQuantityPrecisionPerAssetParams, ParamBuildError>
pub fn build( self, ) -> Result<QueryOrderQuantityPrecisionPerAssetParams, ParamBuildError>
Builds a new QueryOrderQuantityPrecisionPerAssetParams.
§Errors
If a required field has not been initialized.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryOrderQuantityPrecisionPerAssetParamsBuilder
impl RefUnwindSafe for QueryOrderQuantityPrecisionPerAssetParamsBuilder
impl Send for QueryOrderQuantityPrecisionPerAssetParamsBuilder
impl Sync for QueryOrderQuantityPrecisionPerAssetParamsBuilder
impl Unpin for QueryOrderQuantityPrecisionPerAssetParamsBuilder
impl UnsafeUnpin for QueryOrderQuantityPrecisionPerAssetParamsBuilder
impl UnwindSafe for QueryOrderQuantityPrecisionPerAssetParamsBuilder
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