pub struct QueryOcoParams { /* private fields */ }Implementations§
Source§impl QueryOcoParams
impl QueryOcoParams
pub fn new() -> Self
pub fn symbol(self, symbol: &str) -> Self
pub fn is_isolated(self, is_isolated: &str) -> Self
pub fn order_list_id(self, order_list_id: i64) -> Self
pub fn orig_client_order_id(self, orig_client_order_id: &str) -> Self
pub fn recv_window(self, recv_window: i64) -> Self
Trait Implementations§
Source§impl Debug for QueryOcoParams
impl Debug for QueryOcoParams
Source§impl Params for QueryOcoParams
impl Params for QueryOcoParams
Auto Trait Implementations§
impl Freeze for QueryOcoParams
impl RefUnwindSafe for QueryOcoParams
impl Send for QueryOcoParams
impl Sync for QueryOcoParams
impl Unpin for QueryOcoParams
impl UnwindSafe for QueryOcoParams
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