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 Default for LegSwapType
 
impl Default for LegSwapType
source§fn default() -> LegSwapType
 
fn default() -> LegSwapType
Returns the “default value” for a type. Read more
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.
impl Copy for LegSwapType
impl Eq for LegSwapType
impl StructuralEq for LegSwapType
impl StructuralPartialEq for LegSwapType
Auto Trait Implementations§
impl RefUnwindSafe for LegSwapType
impl Send for LegSwapType
impl Sync for LegSwapType
impl Unpin for LegSwapType
impl UnwindSafe for LegSwapType
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