pub struct MultilegPriceMethodField(pub FIXInt);Expand description
MultilegPriceMethodField is a INT field, Tag 1378.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for MultilegPriceMethodField
Auto Trait Implementations§
impl Freeze for MultilegPriceMethodField
impl RefUnwindSafe for MultilegPriceMethodField
impl Send for MultilegPriceMethodField
impl Sync for MultilegPriceMethodField
impl Unpin for MultilegPriceMethodField
impl UnsafeUnpin for MultilegPriceMethodField
impl UnwindSafe for MultilegPriceMethodField
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