pub enum QuoteRespType {
    HitLift,
    Counter,
    Expired,
    Cover,
    DoneAway,
    Pass,
    EndTrade,
    TimedOut,
}Variants§
HitLift
Value “1”
Counter
Value “2”
Expired
Value “3”
Cover
Value “4”
DoneAway
Value “5”
Pass
Value “6”
EndTrade
Value “7”
TimedOut
Value “8”
Implementations§
source§impl QuoteRespType
 
impl QuoteRespType
pub const fn from_bytes(input: &[u8]) -> Option<QuoteRespType>
pub const fn from_fix_str(input: &FixStr) -> Option<QuoteRespType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for QuoteRespType
 
impl Clone for QuoteRespType
source§fn clone(&self) -> QuoteRespType
 
fn clone(&self) -> QuoteRespType
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 QuoteRespType
 
impl Debug for QuoteRespType
source§impl Default for QuoteRespType
 
impl Default for QuoteRespType
source§fn default() -> QuoteRespType
 
fn default() -> QuoteRespType
Returns the “default value” for a type. Read more
source§impl From<QuoteRespType> for &'static [u8]
 
impl From<QuoteRespType> for &'static [u8]
source§impl PartialEq for QuoteRespType
 
impl PartialEq for QuoteRespType
source§impl ToFixString for QuoteRespType
 
impl ToFixString for QuoteRespType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for QuoteRespType
 
impl TryFrom<i64> for QuoteRespType
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<QuoteRespType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<QuoteRespType, SessionRejectReason>
Performs the conversion.
impl Copy for QuoteRespType
impl Eq for QuoteRespType
impl StructuralPartialEq for QuoteRespType
Auto Trait Implementations§
impl Freeze for QuoteRespType
impl RefUnwindSafe for QuoteRespType
impl Send for QuoteRespType
impl Sync for QuoteRespType
impl Unpin for QuoteRespType
impl UnwindSafe for QuoteRespType
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)