pub struct NotifyBrokerOfCreditField(pub FIXBoolean);Expand description
NotifyBrokerOfCreditField is a BOOLEAN field, Tag 208.
Tuple Fields§
§0: FIXBooleanImplementations§
Trait Implementations§
impl FieldValue for NotifyBrokerOfCreditField
Auto Trait Implementations§
impl Freeze for NotifyBrokerOfCreditField
impl RefUnwindSafe for NotifyBrokerOfCreditField
impl Send for NotifyBrokerOfCreditField
impl Sync for NotifyBrokerOfCreditField
impl Unpin for NotifyBrokerOfCreditField
impl UnsafeUnpin for NotifyBrokerOfCreditField
impl UnwindSafe for NotifyBrokerOfCreditField
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