pub struct RfqLeg {
pub category: Option<String>,
pub symbol: Option<String>,
pub side: Option<String>,
pub qty: Option<String>,
}Expand description
RFQ leg (history).
Fields§
§category: Option<String>§symbol: Option<String>§side: Option<String>§qty: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for RfqLeg
impl<'de> Deserialize<'de> for RfqLeg
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 RfqLeg
impl RefUnwindSafe for RfqLeg
impl Send for RfqLeg
impl Sync for RfqLeg
impl Unpin for RfqLeg
impl UnsafeUnpin for RfqLeg
impl UnwindSafe for RfqLeg
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