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