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