pub enum SettlPriceType {
Final = 1,
Theoretical = 2,
}Variants§
Implementations§
source§impl SettlPriceType
impl SettlPriceType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for SettlPriceType
impl Clone for SettlPriceType
source§fn clone(&self) -> SettlPriceType
fn clone(&self) -> SettlPriceType
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 SettlPriceType
impl Debug for SettlPriceType
source§impl FromStr for SettlPriceType
impl FromStr for SettlPriceType
source§impl Hash for SettlPriceType
impl Hash for SettlPriceType
source§impl IntoFixValue for SettlPriceType
impl IntoFixValue for SettlPriceType
source§impl PartialEq for SettlPriceType
impl PartialEq for SettlPriceType
source§fn eq(&self, other: &SettlPriceType) -> bool
fn eq(&self, other: &SettlPriceType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SettlPriceType
impl Eq for SettlPriceType
impl StructuralPartialEq for SettlPriceType
Auto Trait Implementations§
impl RefUnwindSafe for SettlPriceType
impl Send for SettlPriceType
impl Sync for SettlPriceType
impl Unpin for SettlPriceType
impl UnwindSafe for SettlPriceType
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