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 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.