pub enum MatchStatus {
    ComparedMatchedOrAffirmed,
    UncomparedUnmatchedOrUnaffirmed,
    AdvisoryOrAlert,
}Variants§
ComparedMatchedOrAffirmed
Value “0”
UncomparedUnmatchedOrUnaffirmed
Value “1”
AdvisoryOrAlert
Value “2”
Implementations§
source§impl MatchStatus
 
impl MatchStatus
pub const fn from_bytes(input: &[u8]) -> Option<MatchStatus>
pub const fn from_fix_str(input: &FixStr) -> Option<MatchStatus>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for MatchStatus
 
impl Clone for MatchStatus
source§fn clone(&self) -> MatchStatus
 
fn clone(&self) -> MatchStatus
Returns a copy of the value. Read more
1.6.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 MatchStatus
 
impl Debug for MatchStatus
source§impl Default for MatchStatus
 
impl Default for MatchStatus
source§fn default() -> MatchStatus
 
fn default() -> MatchStatus
Returns the “default value” for a type. Read more
source§impl From<MatchStatus> for &'static [u8]
 
impl From<MatchStatus> for &'static [u8]
source§impl PartialEq for MatchStatus
 
impl PartialEq for MatchStatus
source§impl ToFixString for MatchStatus
 
impl ToFixString for MatchStatus
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for MatchStatus
 
impl TryFrom<u8> for MatchStatus
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Char) -> Result<MatchStatus, SessionRejectReason>
 
fn try_from(input: Char) -> Result<MatchStatus, SessionRejectReason>
Performs the conversion.
impl Copy for MatchStatus
impl Eq for MatchStatus
impl StructuralPartialEq for MatchStatus
Auto Trait Implementations§
impl Freeze for MatchStatus
impl RefUnwindSafe for MatchStatus
impl Send for MatchStatus
impl Sync for MatchStatus
impl Unpin for MatchStatus
impl UnwindSafe for MatchStatus
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)