pub struct SecondaryLowLimitPriceField(pub FIXDecimal);Expand description
SecondaryLowLimitPriceField is a PRICE field, Tag 1221.
Tuple Fields§
§0: FIXDecimalImplementations§
Trait Implementations§
impl FieldValue for SecondaryLowLimitPriceField
Auto Trait Implementations§
impl Freeze for SecondaryLowLimitPriceField
impl RefUnwindSafe for SecondaryLowLimitPriceField
impl Send for SecondaryLowLimitPriceField
impl Sync for SecondaryLowLimitPriceField
impl Unpin for SecondaryLowLimitPriceField
impl UnsafeUnpin for SecondaryLowLimitPriceField
impl UnwindSafe for SecondaryLowLimitPriceField
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