Enum quickfix_msg43::field_types::QuantityType
source · 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 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 QuantityType
impl Debug 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
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for QuantityType
impl Eq for QuantityType
impl StructuralPartialEq for QuantityType
Auto Trait Implementations§
impl RefUnwindSafe for QuantityType
impl Send for QuantityType
impl Sync for QuantityType
impl Unpin 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