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