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