Enum easyfix_messages::fields::RegistStatus  
source · pub enum RegistStatus {
    Accepted,
    Rejected,
    Held,
    Reminder,
}Variants§
Implementations§
source§impl RegistStatus
 
impl RegistStatus
pub fn from_bytes(input: &[u8]) -> Option<RegistStatus>
pub fn from_fix_str(input: &FixStr) -> Option<RegistStatus>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for RegistStatus
 
impl Clone for RegistStatus
source§fn clone(&self) -> RegistStatus
 
fn clone(&self) -> RegistStatus
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 RegistStatus
 
impl Debug for RegistStatus
source§impl From<RegistStatus> for &'static [u8]
 
impl From<RegistStatus> for &'static [u8]
source§impl PartialEq<RegistStatus> for RegistStatus
 
impl PartialEq<RegistStatus> for RegistStatus
source§fn eq(&self, other: &RegistStatus) -> bool
 
fn eq(&self, other: &RegistStatus) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for RegistStatus
 
impl ToFixString for RegistStatus
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for RegistStatus
 
impl TryFrom<u8> for RegistStatus
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Char) -> Result<RegistStatus, SessionRejectReason>
 
fn try_from(input: Char) -> Result<RegistStatus, SessionRejectReason>
Performs the conversion.