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