pub struct BlockRfqHedgeLegQuote {
pub instrument_name: String,
pub direction: Direction,
pub price: f64,
pub amount: f64,
}Fields§
§instrument_name: String§direction: Direction§price: f64§amount: f64Trait Implementations§
Source§impl Clone for BlockRfqHedgeLegQuote
impl Clone for BlockRfqHedgeLegQuote
Source§fn clone(&self) -> BlockRfqHedgeLegQuote
fn clone(&self) -> BlockRfqHedgeLegQuote
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 BlockRfqHedgeLegQuote
impl Debug for BlockRfqHedgeLegQuote
Source§impl Default for BlockRfqHedgeLegQuote
impl Default for BlockRfqHedgeLegQuote
Source§fn default() -> BlockRfqHedgeLegQuote
fn default() -> BlockRfqHedgeLegQuote
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BlockRfqHedgeLegQuote
impl<'de> Deserialize<'de> for BlockRfqHedgeLegQuote
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
Source§impl PartialEq for BlockRfqHedgeLegQuote
impl PartialEq for BlockRfqHedgeLegQuote
Source§impl Serialize for BlockRfqHedgeLegQuote
impl Serialize for BlockRfqHedgeLegQuote
impl StructuralPartialEq for BlockRfqHedgeLegQuote
Auto Trait Implementations§
impl Freeze for BlockRfqHedgeLegQuote
impl RefUnwindSafe for BlockRfqHedgeLegQuote
impl Send for BlockRfqHedgeLegQuote
impl Sync for BlockRfqHedgeLegQuote
impl Unpin for BlockRfqHedgeLegQuote
impl UnwindSafe for BlockRfqHedgeLegQuote
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