pub struct QueryOrderQuantityPrecisionPerAssetParams {
pub recv_window: Option<i64>,
}Expand description
Request parameters for the [query_order_quantity_precision_per_asset] operation.
This struct holds all of the inputs you can pass when calling
query_order_quantity_precision_per_asset.
Fields§
§recv_window: Option<i64>The value cannot be greater than 60000
This field is **optional.
Implementations§
Source§impl QueryOrderQuantityPrecisionPerAssetParams
impl QueryOrderQuantityPrecisionPerAssetParams
Sourcepub fn builder() -> QueryOrderQuantityPrecisionPerAssetParamsBuilder
pub fn builder() -> QueryOrderQuantityPrecisionPerAssetParamsBuilder
Create a builder for [query_order_quantity_precision_per_asset].
Trait Implementations§
Source§impl Clone for QueryOrderQuantityPrecisionPerAssetParams
impl Clone for QueryOrderQuantityPrecisionPerAssetParams
Source§fn clone(&self) -> QueryOrderQuantityPrecisionPerAssetParams
fn clone(&self) -> QueryOrderQuantityPrecisionPerAssetParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for QueryOrderQuantityPrecisionPerAssetParams
impl Default for QueryOrderQuantityPrecisionPerAssetParams
Source§fn default() -> QueryOrderQuantityPrecisionPerAssetParams
fn default() -> QueryOrderQuantityPrecisionPerAssetParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueryOrderQuantityPrecisionPerAssetParams
impl RefUnwindSafe for QueryOrderQuantityPrecisionPerAssetParams
impl Send for QueryOrderQuantityPrecisionPerAssetParams
impl Sync for QueryOrderQuantityPrecisionPerAssetParams
impl Unpin for QueryOrderQuantityPrecisionPerAssetParams
impl UnsafeUnpin for QueryOrderQuantityPrecisionPerAssetParams
impl UnwindSafe for QueryOrderQuantityPrecisionPerAssetParams
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