pub enum SettlInstMode {
Default,
StandingInstructionsProvided,
SpecificAllocationAccountOverriding,
SpecificAllocationAccountStanding,
}Variants§
Default
StandingInstructionsProvided
SpecificAllocationAccountOverriding
SpecificAllocationAccountStanding
Implementations§
Source§impl SettlInstMode
impl SettlInstMode
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for SettlInstMode
impl Clone for SettlInstMode
Source§fn clone(&self) -> SettlInstMode
fn clone(&self) -> SettlInstMode
Returns a duplicate 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 SettlInstMode
impl Debug for SettlInstMode
Source§impl FromStr for SettlInstMode
impl FromStr for SettlInstMode
Source§impl Hash for SettlInstMode
impl Hash for SettlInstMode
Source§impl IntoFixValue for SettlInstMode
impl IntoFixValue for SettlInstMode
Source§impl PartialEq for SettlInstMode
impl PartialEq for SettlInstMode
impl Copy for SettlInstMode
impl Eq for SettlInstMode
impl StructuralPartialEq for SettlInstMode
Auto Trait Implementations§
impl Freeze for SettlInstMode
impl RefUnwindSafe for SettlInstMode
impl Send for SettlInstMode
impl Sync for SettlInstMode
impl Unpin for SettlInstMode
impl UnwindSafe for SettlInstMode
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