pub enum QuoteCancelType {
CancelForOneOrMoreSecurities = 1,
CancelForSecurityType = 2,
CancelForUnderlyingSecurity = 3,
CancelAllQuotes = 4,
CancelQuoteSpecifiedInQuoteId = 5,
}
Variants§
CancelForOneOrMoreSecurities = 1
CancelForSecurityType = 2
CancelForUnderlyingSecurity = 3
CancelAllQuotes = 4
CancelQuoteSpecifiedInQuoteId = 5
Implementations§
Source§impl QuoteCancelType
impl QuoteCancelType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for QuoteCancelType
impl Clone for QuoteCancelType
Source§fn clone(&self) -> QuoteCancelType
fn clone(&self) -> QuoteCancelType
Returns a duplicate 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 FromStr for QuoteCancelType
impl FromStr for QuoteCancelType
Source§impl Hash for QuoteCancelType
impl Hash for QuoteCancelType
Source§impl IntoFixValue for QuoteCancelType
impl IntoFixValue for QuoteCancelType
Source§impl PartialEq for QuoteCancelType
impl PartialEq for QuoteCancelType
impl Copy for QuoteCancelType
impl Eq for QuoteCancelType
impl StructuralPartialEq for QuoteCancelType
Auto Trait Implementations§
impl Freeze for QuoteCancelType
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