pub enum AllocStatus {
    Accepted,
    BlockLevelReject,
    AccountLevelReject,
    Received,
    Incomplete,
    RejectedByIntermediary,
    AllocationPending,
    Reversed,
}Variants§
Accepted
Value “0”
BlockLevelReject
Value “1”
AccountLevelReject
Value “2”
Received
Value “3”
Incomplete
Value “4”
RejectedByIntermediary
Value “5”
AllocationPending
Value “6”
Reversed
Value “7”
Implementations§
source§impl AllocStatus
 
impl AllocStatus
pub const fn from_bytes(input: &[u8]) -> Option<AllocStatus>
pub const fn from_fix_str(input: &FixStr) -> Option<AllocStatus>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const 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.6.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 Default for AllocStatus
 
impl Default for AllocStatus
source§fn default() -> AllocStatus
 
fn default() -> AllocStatus
Returns the “default value” for a type. Read more
source§impl From<AllocStatus> for &'static [u8]
 
impl From<AllocStatus> for &'static [u8]
source§impl PartialEq for AllocStatus
 
impl PartialEq for AllocStatus
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
source§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 StructuralPartialEq for AllocStatus
Auto Trait Implementations§
impl Freeze for AllocStatus
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)