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 duplicate 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
impl Copy for SettlPriceType
impl Eq for SettlPriceType
impl StructuralPartialEq for SettlPriceType
Auto Trait Implementations§
impl Freeze for SettlPriceType
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