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