pub enum UnderlyingSettlementType {
    TPlus1,
    TPlus3,
    TPlus4,
}Variants§
Implementations§
source§impl UnderlyingSettlementType
 
impl UnderlyingSettlementType
pub fn from_bytes(input: &[u8]) -> Option<UnderlyingSettlementType>
pub fn from_fix_str(input: &FixStr) -> Option<UnderlyingSettlementType>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for UnderlyingSettlementType
 
impl Clone for UnderlyingSettlementType
source§fn clone(&self) -> UnderlyingSettlementType
 
fn clone(&self) -> UnderlyingSettlementType
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 UnderlyingSettlementType
 
impl Debug for UnderlyingSettlementType
source§impl From<UnderlyingSettlementType> for &'static [u8]
 
impl From<UnderlyingSettlementType> for &'static [u8]
source§impl PartialEq<UnderlyingSettlementType> for UnderlyingSettlementType
 
impl PartialEq<UnderlyingSettlementType> for UnderlyingSettlementType
source§fn eq(&self, other: &UnderlyingSettlementType) -> bool
 
fn eq(&self, other: &UnderlyingSettlementType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for UnderlyingSettlementType
 
impl ToFixString for UnderlyingSettlementType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for UnderlyingSettlementType
 
impl TryFrom<i64> for UnderlyingSettlementType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<UnderlyingSettlementType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<UnderlyingSettlementType, SessionRejectReason>
Performs the conversion.
impl Copy for UnderlyingSettlementType
impl Eq for UnderlyingSettlementType
impl StructuralEq for UnderlyingSettlementType
impl StructuralPartialEq for UnderlyingSettlementType
Auto Trait Implementations§
impl RefUnwindSafe for UnderlyingSettlementType
impl Send for UnderlyingSettlementType
impl Sync for UnderlyingSettlementType
impl Unpin for UnderlyingSettlementType
impl UnwindSafe for UnderlyingSettlementType
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