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 fn from_bytes(input: &[u8]) -> Option<TradeReportType>
pub fn from_fix_str(input: &FixStr) -> Option<TradeReportType>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub 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 From<TradeReportType> for &'static [u8]
 
impl From<TradeReportType> for &'static [u8]
source§impl PartialEq<TradeReportType> for TradeReportType
 
impl PartialEq<TradeReportType> 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.