pub enum QuoteType {
Indicative = 0,
Tradeable = 1,
RestrictedTradeable = 2,
Counter = 3,
}
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
impl Copy for QuoteType
impl Eq for QuoteType
impl StructuralPartialEq for QuoteType
Auto Trait Implementations§
impl Freeze for QuoteType
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