pub struct LotSizeFilterLinear {
pub max_order_qty: String,
pub min_order_qty: String,
pub qty_step: String,
pub post_only_max_order_qty: String,
pub max_mkt_order_qty: String,
pub min_notional_value: String,
}Fields§
§max_order_qty: String§min_order_qty: String§qty_step: String§post_only_max_order_qty: String§max_mkt_order_qty: String§min_notional_value: StringTrait Implementations§
Source§impl Clone for LotSizeFilterLinear
impl Clone for LotSizeFilterLinear
Source§fn clone(&self) -> LotSizeFilterLinear
fn clone(&self) -> LotSizeFilterLinear
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 Debug for LotSizeFilterLinear
impl Debug for LotSizeFilterLinear
Source§impl<'de> Deserialize<'de> for LotSizeFilterLinear
impl<'de> Deserialize<'de> for LotSizeFilterLinear
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 LotSizeFilterLinear
impl RefUnwindSafe for LotSizeFilterLinear
impl Send for LotSizeFilterLinear
impl Sync for LotSizeFilterLinear
impl Unpin for LotSizeFilterLinear
impl UnsafeUnpin for LotSizeFilterLinear
impl UnwindSafe for LotSizeFilterLinear
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