pub enum UnderlyingCashType {
    Fixed,
    Diff,
}Variants§
Implementations§
source§impl UnderlyingCashType
 
impl UnderlyingCashType
pub const fn from_bytes(input: &[u8]) -> Option<UnderlyingCashType>
pub const fn from_fix_str(input: &FixStr) -> Option<UnderlyingCashType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for UnderlyingCashType
 
impl Clone for UnderlyingCashType
source§fn clone(&self) -> UnderlyingCashType
 
fn clone(&self) -> UnderlyingCashType
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 UnderlyingCashType
 
impl Debug for UnderlyingCashType
source§impl Default for UnderlyingCashType
 
impl Default for UnderlyingCashType
source§fn default() -> UnderlyingCashType
 
fn default() -> UnderlyingCashType
Returns the “default value” for a type. Read more
source§impl From<UnderlyingCashType> for &'static [u8]
 
impl From<UnderlyingCashType> for &'static [u8]
source§impl PartialEq for UnderlyingCashType
 
impl PartialEq for UnderlyingCashType
source§impl ToFixString for UnderlyingCashType
 
impl ToFixString for UnderlyingCashType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<&FixStr> for UnderlyingCashType
 
impl TryFrom<&FixStr> for UnderlyingCashType
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: &FixStr) -> Result<UnderlyingCashType, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<UnderlyingCashType, SessionRejectReason>
Performs the conversion.
impl Copy for UnderlyingCashType
impl Eq for UnderlyingCashType
impl StructuralPartialEq for UnderlyingCashType
Auto Trait Implementations§
impl Freeze for UnderlyingCashType
impl RefUnwindSafe for UnderlyingCashType
impl Send for UnderlyingCashType
impl Sync for UnderlyingCashType
impl Unpin for UnderlyingCashType
impl UnwindSafe for UnderlyingCashType
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)