pub struct MaxNumAlgoOrdersFilter {
pub max_num_algo_orders: u64,
}
Expand description
Market maximum algo orders filter.
Fields§
§max_num_algo_orders: u64
Trait Implementations§
Source§impl Debug for MaxNumAlgoOrdersFilter
impl Debug for MaxNumAlgoOrdersFilter
Auto Trait Implementations§
impl Freeze for MaxNumAlgoOrdersFilter
impl RefUnwindSafe for MaxNumAlgoOrdersFilter
impl Send for MaxNumAlgoOrdersFilter
impl Sync for MaxNumAlgoOrdersFilter
impl Unpin for MaxNumAlgoOrdersFilter
impl UnwindSafe for MaxNumAlgoOrdersFilter
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