pub struct RfqRealtimeLeg {
pub category: Option<String>,
pub symbol: Option<String>,
pub side: Option<String>,
pub qty: Option<String>,
}Expand description
RFQ realtime leg.
Fields§
§category: Option<String>§symbol: Option<String>§side: Option<String>§qty: Option<String>Trait Implementations§
Source§impl Clone for RfqRealtimeLeg
impl Clone for RfqRealtimeLeg
Source§fn clone(&self) -> RfqRealtimeLeg
fn clone(&self) -> RfqRealtimeLeg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RfqRealtimeLeg
impl Debug for RfqRealtimeLeg
Source§impl<'de> Deserialize<'de> for RfqRealtimeLeg
impl<'de> Deserialize<'de> for RfqRealtimeLeg
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 RfqRealtimeLeg
impl RefUnwindSafe for RfqRealtimeLeg
impl Send for RfqRealtimeLeg
impl Sync for RfqRealtimeLeg
impl Unpin for RfqRealtimeLeg
impl UnsafeUnpin for RfqRealtimeLeg
impl UnwindSafe for RfqRealtimeLeg
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