pub enum DiscretionOffsetType {
Price = 0,
BasisPoints = 1,
Ticks = 2,
PriceTier = 3,
}
Variants§
Implementations§
Source§impl DiscretionOffsetType
impl DiscretionOffsetType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for DiscretionOffsetType
impl Clone for DiscretionOffsetType
Source§fn clone(&self) -> DiscretionOffsetType
fn clone(&self) -> DiscretionOffsetType
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 DiscretionOffsetType
impl Debug for DiscretionOffsetType
Source§impl FromStr for DiscretionOffsetType
impl FromStr for DiscretionOffsetType
Source§impl Hash for DiscretionOffsetType
impl Hash for DiscretionOffsetType
Source§impl IntoFixValue for DiscretionOffsetType
impl IntoFixValue for DiscretionOffsetType
Source§impl PartialEq for DiscretionOffsetType
impl PartialEq for DiscretionOffsetType
impl Copy for DiscretionOffsetType
impl Eq for DiscretionOffsetType
impl StructuralPartialEq for DiscretionOffsetType
Auto Trait Implementations§
impl Freeze for DiscretionOffsetType
impl RefUnwindSafe for DiscretionOffsetType
impl Send for DiscretionOffsetType
impl Sync for DiscretionOffsetType
impl Unpin for DiscretionOffsetType
impl UnwindSafe for DiscretionOffsetType
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