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
impl Copy for CrossType
impl Eq for CrossType
impl StructuralPartialEq for CrossType
Auto Trait Implementations§
impl Freeze for CrossType
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