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