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