pub struct LotSizeFilter {
pub min_qty_points: u64,
pub max_qty_points: u64,
pub step_size_points: u64,
}
Expand description
Market order rate amount filter.
Fields§
§min_qty_points: u64
§max_qty_points: u64
§step_size_points: u64
Trait Implementations§
Source§impl Debug for LotSizeFilter
impl Debug for LotSizeFilter
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