Enum easyfix_messages::fields::PosTransType  
source · pub enum PosTransType {
    Exercise,
    DoNotExercise,
    PositionAdjustment,
    PositionChangeSubmissionMarginDisposition,
    Pledge,
    LargeTraderSubmission,
}Variants§
Exercise
DoNotExercise
PositionAdjustment
PositionChangeSubmissionMarginDisposition
Pledge
LargeTraderSubmission
Implementations§
source§impl PosTransType
 
impl PosTransType
pub const fn from_bytes(input: &[u8]) -> Option<PosTransType>
pub const fn from_fix_str(input: &FixStr) -> Option<PosTransType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
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 Default for PosTransType
 
impl Default for PosTransType
source§fn default() -> PosTransType
 
fn default() -> PosTransType
Returns the “default value” for a type. Read more
source§impl From<PosTransType> for &'static [u8]
 
impl From<PosTransType> for &'static [u8]
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 ==.source§impl ToFixString for PosTransType
 
impl ToFixString for PosTransType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for PosTransType
 
impl TryFrom<i64> for PosTransType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<PosTransType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<PosTransType, SessionRejectReason>
Performs the conversion.
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