pub enum SettlInstMode {
    Default,
    StandingInstructionsProvided,
    SpecificAllocationAccountOverriding,
    SpecificAllocationAccountStanding,
    SpecificOrderForASingleAccount,
    RequestReject,
}Variants§
Default
Value “0”
StandingInstructionsProvided
Value “1”
SpecificAllocationAccountOverriding
Value “2”
SpecificAllocationAccountStanding
Value “3”
SpecificOrderForASingleAccount
Value “4”
RequestReject
Value “5”
Implementations§
source§impl SettlInstMode
 
impl SettlInstMode
pub const fn from_bytes(input: &[u8]) -> Option<SettlInstMode>
pub const fn from_fix_str(input: &FixStr) -> Option<SettlInstMode>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for SettlInstMode
 
impl Clone for SettlInstMode
source§fn clone(&self) -> SettlInstMode
 
fn clone(&self) -> SettlInstMode
Returns a copy of the value. Read more
1.6.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 Default for SettlInstMode
 
impl Default for SettlInstMode
source§fn default() -> SettlInstMode
 
fn default() -> SettlInstMode
Returns the “default value” for a type. Read more
source§impl From<SettlInstMode> for &'static [u8]
 
impl From<SettlInstMode> for &'static [u8]
source§impl PartialEq for SettlInstMode
 
impl PartialEq for SettlInstMode
source§impl ToFixString for SettlInstMode
 
impl ToFixString for SettlInstMode
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for SettlInstMode
 
impl TryFrom<u8> for SettlInstMode
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Char) -> Result<SettlInstMode, SessionRejectReason>
 
fn try_from(input: Char) -> Result<SettlInstMode, SessionRejectReason>
Performs the conversion.
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)