Enum quickfix_msg43::field_types::QuoteType
source · pub enum QuoteType {
Indicative = 0,
Tradeable = 1,
RestrictedTradeable = 2,
}
Variants§
Implementations§
source§impl QuoteType
impl QuoteType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl IntoFixValue for QuoteType
impl IntoFixValue for QuoteType
source§impl PartialEq for QuoteType
impl PartialEq for QuoteType
impl Copy for QuoteType
impl Eq for QuoteType
impl StructuralPartialEq for QuoteType
Auto Trait Implementations§
impl RefUnwindSafe for QuoteType
impl Send for QuoteType
impl Sync for QuoteType
impl Unpin for QuoteType
impl UnwindSafe for QuoteType
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