Enum quickfix_msg50::field_types::PosReqType
source · pub enum PosReqType {
Positions = 0,
Trades = 1,
Exercises = 2,
Assignments = 3,
SettlementActivity = 4,
BackoutMessage = 5,
}Variants§
Implementations§
source§impl PosReqType
impl PosReqType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
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 FromStr for PosReqType
impl FromStr for PosReqType
source§impl Hash for PosReqType
impl Hash for PosReqType
source§impl IntoFixValue for PosReqType
impl IntoFixValue for PosReqType
source§impl PartialEq for PosReqType
impl PartialEq 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 ==.impl Copy for PosReqType
impl Eq 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