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