pub enum QuantityType {
Contracts = 6,
Other = 7,
Currency = 5,
Originalface = 4,
Currentface = 3,
Bonds = 2,
Shares = 1,
Par = 8,
}Variants§
Implementations§
Source§impl QuantityType
impl QuantityType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for QuantityType
impl Clone for QuantityType
Source§fn clone(&self) -> QuantityType
fn clone(&self) -> QuantityType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QuantityType
Source§impl Debug for QuantityType
impl Debug for QuantityType
impl Eq for QuantityType
Source§impl FromStr for QuantityType
impl FromStr for QuantityType
Source§impl Hash for QuantityType
impl Hash for QuantityType
Source§impl IntoFixValue for QuantityType
impl IntoFixValue for QuantityType
Source§impl PartialEq for QuantityType
impl PartialEq for QuantityType
Source§fn eq(&self, other: &QuantityType) -> bool
fn eq(&self, other: &QuantityType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QuantityType
Auto Trait Implementations§
impl Freeze for QuantityType
impl RefUnwindSafe for QuantityType
impl Send for QuantityType
impl Sync for QuantityType
impl Unpin for QuantityType
impl UnsafeUnpin for QuantityType
impl UnwindSafe for QuantityType
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