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