Enum easyfix_messages::fields::QtyType  
source · pub enum QtyType {
    Units,
    Contracts,
    UnitsOfMeasurePerTimeUnit,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for QtyType
 
impl PartialEq for QtyType
source§impl ToFixString for QtyType
 
impl ToFixString for QtyType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for QtyType
 
impl TryFrom<i64> for QtyType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
impl Copy for QtyType
impl Eq for QtyType
impl StructuralPartialEq for QtyType
Auto Trait Implementations§
impl Freeze for QtyType
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