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