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