Enum quickfix_msg43::field_types::CommType
source · pub enum CommType {
PointsPerBondOrContract,
PerUnit,
Percent,
Absolute,
PercentageWaivedEnhancedUnits,
PercentageWaivedCashDiscount,
}
Variants§
PointsPerBondOrContract
PerUnit
Percent
Absolute
PercentageWaivedEnhancedUnits
PercentageWaivedCashDiscount
Implementations§
source§impl CommType
impl CommType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl IntoFixValue for CommType
impl IntoFixValue for CommType
source§impl PartialEq for CommType
impl PartialEq for CommType
impl Copy for CommType
impl Eq for CommType
impl StructuralPartialEq for CommType
Auto Trait Implementations§
impl RefUnwindSafe for CommType
impl Send for CommType
impl Sync for CommType
impl Unpin for CommType
impl UnwindSafe for CommType
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