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