pub enum LotType {
OddLot,
RoundLot,
BlockLot,
}
Variants§
Implementations§
Source§impl LotType
impl LotType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for LotType
impl IntoFixValue for LotType
impl Copy for LotType
impl Eq for LotType
impl StructuralPartialEq for LotType
Auto Trait Implementations§
impl Freeze for LotType
impl RefUnwindSafe for LotType
impl Send for LotType
impl Sync for LotType
impl Unpin for LotType
impl UnwindSafe for LotType
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