pub enum PosReqType {
    Positions,
    Trades,
    Exercises,
    Assignments,
    SettlementActivity,
    BackoutMessage,
    DeltaPositions,
}Variants§
Positions
Value “0”
Trades
Value “1”
Exercises
Value “2”
Assignments
Value “3”
SettlementActivity
Value “4”
BackoutMessage
Value “5”
DeltaPositions
Value “6”
Implementations§
source§impl PosReqType
 
impl PosReqType
pub const fn from_bytes(input: &[u8]) -> Option<PosReqType>
pub const fn from_fix_str(input: &FixStr) -> Option<PosReqType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const 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.6.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 for PosReqType
 
impl PartialEq for PosReqType
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
source§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 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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)