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