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