pub enum TradeReportType {
Show 16 variants
    Submit,
    Alleged1,
    Accept,
    Decline,
    Addendum,
    NoWas,
    TradeReportCancel,
    _7,
    Defaulted,
    InvalidCmta,
    Pended,
    AllegedNew,
    AllegedAddendum,
    AllegedNoWas,
    AllegedTradeReportCancel,
    Alleged15,
}Variants§
Submit
Value “0”
Alleged1
Value “1”
Accept
Value “2”
Decline
Value “3”
Addendum
Value “4”
NoWas
Value “5”
TradeReportCancel
Value “6”
_7
Value “7”
Defaulted
Value “8”
InvalidCmta
Value “9”
Pended
Value “10”
AllegedNew
Value “11”
AllegedAddendum
Value “12”
AllegedNoWas
Value “13”
AllegedTradeReportCancel
Value “14”
Alleged15
Value “15”
Implementations§
source§impl TradeReportType
 
impl TradeReportType
pub const fn from_bytes(input: &[u8]) -> Option<TradeReportType>
pub const fn from_fix_str(input: &FixStr) -> Option<TradeReportType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for TradeReportType
 
impl Clone for TradeReportType
source§fn clone(&self) -> TradeReportType
 
fn clone(&self) -> TradeReportType
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 TradeReportType
 
impl Debug for TradeReportType
source§impl Default for TradeReportType
 
impl Default for TradeReportType
source§fn default() -> TradeReportType
 
fn default() -> TradeReportType
Returns the “default value” for a type. Read more
source§impl From<TradeReportType> for &'static [u8]
 
impl From<TradeReportType> for &'static [u8]
source§impl PartialEq for TradeReportType
 
impl PartialEq for TradeReportType
source§impl ToFixString for TradeReportType
 
impl ToFixString for TradeReportType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for TradeReportType
 
impl TryFrom<i64> for TradeReportType
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<TradeReportType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<TradeReportType, SessionRejectReason>
Performs the conversion.
impl Copy for TradeReportType
impl Eq for TradeReportType
impl StructuralPartialEq for TradeReportType
Auto Trait Implementations§
impl Freeze for TradeReportType
impl RefUnwindSafe for TradeReportType
impl Send for TradeReportType
impl Sync for TradeReportType
impl Unpin for TradeReportType
impl UnwindSafe for TradeReportType
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)