Enum quickfix_msg50::field_types::QtyType
source · pub enum QtyType {
Units = 0,
Contracts = 1,
UnitsOfMeasurePerTimeUnit = 2,
}Variants§
Implementations§
source§impl QtyType
impl QtyType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl IntoFixValue for QtyType
impl IntoFixValue for QtyType
source§impl PartialEq for QtyType
impl PartialEq for QtyType
impl Copy for QtyType
impl Eq for QtyType
impl StructuralPartialEq for QtyType
Auto Trait Implementations§
impl RefUnwindSafe for QtyType
impl Send for QtyType
impl Sync for QtyType
impl Unpin for QtyType
impl UnwindSafe for QtyType
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