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