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