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