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