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