Enum easyfix_messages::fields::QuoteCancelType  
source · pub enum QuoteCancelType {
    CancelForOneOrMoreSecurities,
    CancelForSecurityType,
    CancelForUnderlyingSecurity,
    CancelAllQuotes,
    CancelQuoteSpecifiedInQuoteid,
    CancelByQuotetype,
    CancelForSecurityIssuer,
    CancelForIssuerOfUnderlyingSecurity,
}Variants§
CancelForOneOrMoreSecurities
CancelForSecurityType
CancelForUnderlyingSecurity
CancelAllQuotes
CancelQuoteSpecifiedInQuoteid
CancelByQuotetype
CancelForSecurityIssuer
CancelForIssuerOfUnderlyingSecurity
Implementations§
source§impl QuoteCancelType
 
impl QuoteCancelType
pub fn from_bytes(input: &[u8]) -> Option<QuoteCancelType>
pub fn from_fix_str(input: &FixStr) -> Option<QuoteCancelType>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for QuoteCancelType
 
impl Clone for QuoteCancelType
source§fn clone(&self) -> QuoteCancelType
 
fn clone(&self) -> QuoteCancelType
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 QuoteCancelType
 
impl Debug for QuoteCancelType
source§impl From<QuoteCancelType> for &'static [u8]
 
impl From<QuoteCancelType> for &'static [u8]
source§impl PartialEq<QuoteCancelType> for QuoteCancelType
 
impl PartialEq<QuoteCancelType> for QuoteCancelType
source§fn eq(&self, other: &QuoteCancelType) -> bool
 
fn eq(&self, other: &QuoteCancelType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for QuoteCancelType
 
impl ToFixString for QuoteCancelType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for QuoteCancelType
 
impl TryFrom<i64> for QuoteCancelType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<QuoteCancelType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<QuoteCancelType, SessionRejectReason>
Performs the conversion.
impl Copy for QuoteCancelType
impl Eq for QuoteCancelType
impl StructuralEq for QuoteCancelType
impl StructuralPartialEq for QuoteCancelType
Auto Trait Implementations§
impl RefUnwindSafe for QuoteCancelType
impl Send for QuoteCancelType
impl Sync for QuoteCancelType
impl Unpin for QuoteCancelType
impl UnwindSafe for QuoteCancelType
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