Enum quickfix_msg44::field_types::BookingType
source · pub enum BookingType {
RegularBooking = 0,
Cfd = 1,
TotalReturnSwap = 2,
}
Variants§
Implementations§
source§impl BookingType
impl BookingType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for BookingType
impl Clone for BookingType
source§fn clone(&self) -> BookingType
fn clone(&self) -> BookingType
Returns a copy of the value. Read more
1.0.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 BookingType
impl Debug for BookingType
source§impl FromStr for BookingType
impl FromStr for BookingType
source§impl Hash for BookingType
impl Hash for BookingType
source§impl IntoFixValue for BookingType
impl IntoFixValue for BookingType
source§impl PartialEq for BookingType
impl PartialEq for BookingType
source§fn eq(&self, other: &BookingType) -> bool
fn eq(&self, other: &BookingType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BookingType
impl Eq for BookingType
impl StructuralPartialEq for BookingType
Auto Trait Implementations§
impl RefUnwindSafe for BookingType
impl Send for BookingType
impl Sync for BookingType
impl Unpin for BookingType
impl UnwindSafe for BookingType
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