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
impl Copy for CommType
impl Eq for CommType
impl StructuralPartialEq for CommType
Auto Trait Implementations§
impl Freeze for CommType
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