Enum quickfix_msg44::field_types::CrossType
source · pub enum CrossType {
CrossAon = 1,
CrossIoc = 2,
CrossOneSide = 3,
CrossSamePrice = 4,
}
Variants§
Implementations§
source§impl CrossType
impl CrossType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl IntoFixValue for CrossType
impl IntoFixValue for CrossType
source§impl PartialEq for CrossType
impl PartialEq for CrossType
impl Copy for CrossType
impl Eq for CrossType
impl StructuralPartialEq for CrossType
Auto Trait Implementations§
impl RefUnwindSafe for CrossType
impl Send for CrossType
impl Sync for CrossType
impl Unpin for CrossType
impl UnwindSafe for CrossType
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