pub enum ApplQueueResolution {
    NoActionTaken,
    QueueFlushed,
    OverlayLast,
    EndSession,
}Variants§
Implementations§
source§impl ApplQueueResolution
 
impl ApplQueueResolution
pub fn from_bytes(input: &[u8]) -> Option<ApplQueueResolution>
pub fn from_fix_str(input: &FixStr) -> Option<ApplQueueResolution>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for ApplQueueResolution
 
impl Clone for ApplQueueResolution
source§fn clone(&self) -> ApplQueueResolution
 
fn clone(&self) -> ApplQueueResolution
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 ApplQueueResolution
 
impl Debug for ApplQueueResolution
source§impl From<ApplQueueResolution> for &'static [u8]
 
impl From<ApplQueueResolution> for &'static [u8]
source§impl PartialEq<ApplQueueResolution> for ApplQueueResolution
 
impl PartialEq<ApplQueueResolution> for ApplQueueResolution
source§fn eq(&self, other: &ApplQueueResolution) -> bool
 
fn eq(&self, other: &ApplQueueResolution) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for ApplQueueResolution
 
impl ToFixString for ApplQueueResolution
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for ApplQueueResolution
 
impl TryFrom<i64> for ApplQueueResolution
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<ApplQueueResolution, SessionRejectReason>
 
fn try_from(input: Int) -> Result<ApplQueueResolution, SessionRejectReason>
Performs the conversion.
impl Copy for ApplQueueResolution
impl Eq for ApplQueueResolution
impl StructuralEq for ApplQueueResolution
impl StructuralPartialEq for ApplQueueResolution
Auto Trait Implementations§
impl RefUnwindSafe for ApplQueueResolution
impl Send for ApplQueueResolution
impl Sync for ApplQueueResolution
impl Unpin for ApplQueueResolution
impl UnwindSafe for ApplQueueResolution
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