Enum easyfix_messages::fields::MiscFeeBasis  
source · pub enum MiscFeeBasis {
    Absolute,
    PerUnit,
    Percentage,
}Variants§
Implementations§
source§impl MiscFeeBasis
 
impl MiscFeeBasis
pub fn from_bytes(input: &[u8]) -> Option<MiscFeeBasis>
pub fn from_fix_str(input: &FixStr) -> Option<MiscFeeBasis>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for MiscFeeBasis
 
impl Clone for MiscFeeBasis
source§fn clone(&self) -> MiscFeeBasis
 
fn clone(&self) -> MiscFeeBasis
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for MiscFeeBasis
 
impl Debug for MiscFeeBasis
source§impl Default for MiscFeeBasis
 
impl Default for MiscFeeBasis
source§fn default() -> MiscFeeBasis
 
fn default() -> MiscFeeBasis
Returns the “default value” for a type. Read more
source§impl From<MiscFeeBasis> for &'static [u8]
 
impl From<MiscFeeBasis> for &'static [u8]
source§impl PartialEq<MiscFeeBasis> for MiscFeeBasis
 
impl PartialEq<MiscFeeBasis> for MiscFeeBasis
source§fn eq(&self, other: &MiscFeeBasis) -> bool
 
fn eq(&self, other: &MiscFeeBasis) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for MiscFeeBasis
 
impl ToFixString for MiscFeeBasis
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for MiscFeeBasis
 
impl TryFrom<i64> for MiscFeeBasis
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<MiscFeeBasis, SessionRejectReason>
 
fn try_from(input: Int) -> Result<MiscFeeBasis, SessionRejectReason>
Performs the conversion.
impl Copy for MiscFeeBasis
impl Eq for MiscFeeBasis
impl StructuralEq for MiscFeeBasis
impl StructuralPartialEq for MiscFeeBasis
Auto Trait Implementations§
impl RefUnwindSafe for MiscFeeBasis
impl Send for MiscFeeBasis
impl Sync for MiscFeeBasis
impl Unpin for MiscFeeBasis
impl UnwindSafe for MiscFeeBasis
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