Enum easyfix_messages::fields::PosReqType  
source · pub enum PosReqType {
    Positions,
    Trades,
    Exercises,
    Assignments,
    SettlementActivity,
    BackoutMessage,
    DeltaPositions,
}Variants§
Implementations§
source§impl PosReqType
 
impl PosReqType
pub fn from_bytes(input: &[u8]) -> Option<PosReqType>
pub fn from_fix_str(input: &FixStr) -> Option<PosReqType>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for PosReqType
 
impl Clone for PosReqType
source§fn clone(&self) -> PosReqType
 
fn clone(&self) -> PosReqType
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 PosReqType
 
impl Debug for PosReqType
source§impl Default for PosReqType
 
impl Default for PosReqType
source§fn default() -> PosReqType
 
fn default() -> PosReqType
Returns the “default value” for a type. Read more
source§impl From<PosReqType> for &'static [u8]
 
impl From<PosReqType> for &'static [u8]
source§impl PartialEq<PosReqType> for PosReqType
 
impl PartialEq<PosReqType> for PosReqType
source§fn eq(&self, other: &PosReqType) -> bool
 
fn eq(&self, other: &PosReqType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for PosReqType
 
impl ToFixString for PosReqType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for PosReqType
 
impl TryFrom<i64> for PosReqType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<PosReqType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<PosReqType, SessionRejectReason>
Performs the conversion.
impl Copy for PosReqType
impl Eq for PosReqType
impl StructuralEq for PosReqType
impl StructuralPartialEq for PosReqType
Auto Trait Implementations§
impl RefUnwindSafe for PosReqType
impl Send for PosReqType
impl Sync for PosReqType
impl Unpin for PosReqType
impl UnwindSafe for PosReqType
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