pub enum ApplReportType {
ResetApplseqnumToNewValueSpecifiedInApplnewseqnum,
ReportsThatTheLastMessageHasBeenSentForTheApplidsReferToRefappllastseqnum,
HeartbeatMessageIndicatingThatApplicationIdentifiedByRefapplid,
ApplicationMessageReSendCompleted,
}
Variants§
ResetApplseqnumToNewValueSpecifiedInApplnewseqnum
Value “0”
ReportsThatTheLastMessageHasBeenSentForTheApplidsReferToRefappllastseqnum
Value “1”
HeartbeatMessageIndicatingThatApplicationIdentifiedByRefapplid
Value “2”
ApplicationMessageReSendCompleted
Value “3”
Implementations§
Source§impl ApplReportType
impl ApplReportType
pub const fn from_bytes(input: &[u8]) -> Option<ApplReportType>
pub const fn from_fix_str(input: &FixStr) -> Option<ApplReportType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const 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 Default for ApplReportType
impl Default for ApplReportType
Source§fn default() -> ApplReportType
fn default() -> ApplReportType
Returns the “default value” for a type. Read more
Source§impl From<ApplReportType> for &'static [u8]
impl From<ApplReportType> for &'static [u8]
Source§impl PartialEq for ApplReportType
impl PartialEq for ApplReportType
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
Source§type Error = ParseRejectReason
type Error = ParseRejectReason
The type returned in the event of a conversion error.
Source§fn try_from(input: Int) -> Result<ApplReportType, ParseRejectReason>
fn try_from(input: Int) -> Result<ApplReportType, ParseRejectReason>
Performs the conversion.
impl Copy for ApplReportType
impl Eq for ApplReportType
impl StructuralPartialEq for ApplReportType
Auto Trait Implementations§
impl Freeze for ApplReportType
impl RefUnwindSafe for ApplReportType
impl Send for ApplReportType
impl Sync for ApplReportType
impl Unpin for ApplReportType
impl UnwindSafe for ApplReportType
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