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