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