pub struct BatchOrderParams {
pub orders: Vec<PlaceOrderParams>,
}Expand description
Parameters for batch order operations
Fields§
§orders: Vec<PlaceOrderParams>Vector of order parameters for batch processing
Auto Trait Implementations§
impl Freeze for BatchOrderParams
impl RefUnwindSafe for BatchOrderParams
impl Send for BatchOrderParams
impl Sync for BatchOrderParams
impl Unpin for BatchOrderParams
impl UnwindSafe for BatchOrderParams
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