pub enum RespondentType {
    AllMarketParticipants,
    SpecifiedMarketParticipants,
    AllMarketMakers,
    PrimaryMarketMaker,
}Variants§
AllMarketParticipants
Value “1”
SpecifiedMarketParticipants
Value “2”
AllMarketMakers
Value “3”
PrimaryMarketMaker
Value “4”
Implementations§
source§impl RespondentType
 
impl RespondentType
pub const fn from_bytes(input: &[u8]) -> Option<RespondentType>
pub const fn from_fix_str(input: &FixStr) -> Option<RespondentType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const 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.6.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 Default for RespondentType
 
impl Default for RespondentType
source§fn default() -> RespondentType
 
fn default() -> RespondentType
Returns the “default value” for a type. Read more
source§impl From<RespondentType> for &'static [u8]
 
impl From<RespondentType> for &'static [u8]
source§impl PartialEq for RespondentType
 
impl PartialEq for RespondentType
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
source§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.
impl Copy for RespondentType
impl Eq for RespondentType
impl StructuralPartialEq for RespondentType
Auto Trait Implementations§
impl Freeze for RespondentType
impl RefUnwindSafe for RespondentType
impl Send for RespondentType
impl Sync for RespondentType
impl Unpin for RespondentType
impl UnwindSafe for RespondentType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)