Enum easyfix_messages::fields::TradeReportType  
source · pub enum TradeReportType {
Show 16 variants
    Submit,
    Alleged1,
    Accept,
    Decline,
    Addendum,
    NoWas,
    TradeReportCancel,
    _7,
    Defaulted,
    InvalidCmta,
    Pended,
    AllegedNew,
    AllegedAddendum,
    AllegedNoWas,
    AllegedTradeReportCancel,
    Alleged15,
}Variants§
Submit
Alleged1
Accept
Decline
Addendum
NoWas
TradeReportCancel
_7
Defaulted
InvalidCmta
Pended
AllegedNew
AllegedAddendum
AllegedNoWas
AllegedTradeReportCancel
Alleged15
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.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 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§fn eq(&self, other: &TradeReportType) -> bool
 
fn eq(&self, other: &TradeReportType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.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
§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 StructuralEq for TradeReportType
impl StructuralPartialEq for TradeReportType
Auto Trait Implementations§
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