pub enum AdjustmentType {
ProcessRequestAsMarginDisposition = 0,
DeltaPlus = 1,
DeltaMinus = 2,
Final = 3,
}
Variants§
Implementations§
Source§impl AdjustmentType
impl AdjustmentType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for AdjustmentType
impl Clone for AdjustmentType
Source§fn clone(&self) -> AdjustmentType
fn clone(&self) -> AdjustmentType
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 AdjustmentType
impl Debug for AdjustmentType
Source§impl FromStr for AdjustmentType
impl FromStr for AdjustmentType
Source§impl Hash for AdjustmentType
impl Hash for AdjustmentType
Source§impl IntoFixValue for AdjustmentType
impl IntoFixValue for AdjustmentType
Source§impl PartialEq for AdjustmentType
impl PartialEq for AdjustmentType
impl Copy for AdjustmentType
impl Eq for AdjustmentType
impl StructuralPartialEq for AdjustmentType
Auto Trait Implementations§
impl Freeze for AdjustmentType
impl RefUnwindSafe for AdjustmentType
impl Send for AdjustmentType
impl Sync for AdjustmentType
impl Unpin for AdjustmentType
impl UnwindSafe for AdjustmentType
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