pub struct MarginOCOOrderQuery {
pub symbol: Option<String>,
pub is_isolated: Option<String>,
pub order_list_id: Option<String>,
pub orig_client_order_id: Option<String>,
}Fields§
§symbol: Option<String>§is_isolated: Option<String>§order_list_id: Option<String>§orig_client_order_id: Option<String>Trait Implementations§
Source§impl Clone for MarginOCOOrderQuery
impl Clone for MarginOCOOrderQuery
Source§fn clone(&self) -> MarginOCOOrderQuery
fn clone(&self) -> MarginOCOOrderQuery
Returns a duplicate of the value. Read more
1.0.0 · 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 MarginOCOOrderQuery
impl Debug for MarginOCOOrderQuery
Source§impl Default for MarginOCOOrderQuery
impl Default for MarginOCOOrderQuery
Source§fn default() -> MarginOCOOrderQuery
fn default() -> MarginOCOOrderQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MarginOCOOrderQuery
impl<'de> Deserialize<'de> for MarginOCOOrderQuery
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 MarginOCOOrderQuery
impl RefUnwindSafe for MarginOCOOrderQuery
impl Send for MarginOCOOrderQuery
impl Sync for MarginOCOOrderQuery
impl Unpin for MarginOCOOrderQuery
impl UnwindSafe for MarginOCOOrderQuery
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