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