Struct bybit::model::LotSizeFilter
source · pub struct LotSizeFilter {
pub base_precision: Option<String>,
pub quote_precision: Option<String>,
pub min_order_qty: f64,
pub max_order_qty: f64,
pub min_order_amt: Option<String>,
pub max_order_amt: Option<String>,
pub qty_step: Option<String>,
pub post_only_max_order_qty: Option<String>,
}Fields§
§base_precision: Option<String>§quote_precision: Option<String>§min_order_qty: f64§max_order_qty: f64§min_order_amt: Option<String>§max_order_amt: Option<String>§qty_step: Option<String>§post_only_max_order_qty: Option<String>Trait Implementations§
source§impl Clone for LotSizeFilter
impl Clone for LotSizeFilter
source§fn clone(&self) -> LotSizeFilter
fn clone(&self) -> LotSizeFilter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LotSizeFilter
impl Debug for LotSizeFilter
source§impl<'de> Deserialize<'de> for LotSizeFilter
impl<'de> Deserialize<'de> for LotSizeFilter
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LotSizeFilter
impl RefUnwindSafe for LotSizeFilter
impl Send for LotSizeFilter
impl Sync for LotSizeFilter
impl Unpin for LotSizeFilter
impl UnwindSafe for LotSizeFilter
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)