Enum quickfix_msg43::field_types::AllocType
source · pub enum AllocType {
BuysideReadyToBook = 6,
Preliminary = 2,
SellsideCalculatedUsingPreliminary = 3,
ReadyToBook = 5,
Calculated = 1,
SellsideCalculatedWithoutPreliminary = 4,
}
Variants§
BuysideReadyToBook = 6
Preliminary = 2
SellsideCalculatedUsingPreliminary = 3
ReadyToBook = 5
Calculated = 1
SellsideCalculatedWithoutPreliminary = 4
Implementations§
source§impl AllocType
impl AllocType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl IntoFixValue for AllocType
impl IntoFixValue for AllocType
source§impl PartialEq for AllocType
impl PartialEq for AllocType
impl Copy for AllocType
impl Eq for AllocType
impl StructuralPartialEq for AllocType
Auto Trait Implementations§
impl RefUnwindSafe for AllocType
impl Send for AllocType
impl Sync for AllocType
impl Unpin for AllocType
impl UnwindSafe for AllocType
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