Enum easyfix_messages::fields::SettlInstMode
source · pub enum SettlInstMode {
Default,
StandingInstructionsProvided,
SpecificAllocationAccountOverriding,
SpecificAllocationAccountStanding,
SpecificOrderForASingleAccount,
RequestReject,
}
Variants§
Default
StandingInstructionsProvided
SpecificAllocationAccountOverriding
SpecificAllocationAccountStanding
SpecificOrderForASingleAccount
RequestReject
Implementations§
source§impl SettlInstMode
impl SettlInstMode
pub fn from_bytes(input: &[u8]) -> Option<SettlInstMode>
pub fn from_fix_str(input: &FixStr) -> Option<SettlInstMode>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub 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.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 From<SettlInstMode> for &'static [u8]
impl From<SettlInstMode> for &'static [u8]
source§impl PartialEq<SettlInstMode> for SettlInstMode
impl PartialEq<SettlInstMode> for SettlInstMode
source§fn eq(&self, other: &SettlInstMode) -> bool
fn eq(&self, other: &SettlInstMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
§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.