pub enum ImpliedMarketIndicator {
NotImplied,
ImpliedIn,
ImpliedOut,
BothImpliedInAndImpliedOut,
}
Variants§
Implementations§
source§impl ImpliedMarketIndicator
impl ImpliedMarketIndicator
pub fn from_bytes(input: &[u8]) -> Option<ImpliedMarketIndicator>
pub fn from_fix_str(input: &FixStr) -> Option<ImpliedMarketIndicator>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for ImpliedMarketIndicator
impl Clone for ImpliedMarketIndicator
source§fn clone(&self) -> ImpliedMarketIndicator
fn clone(&self) -> ImpliedMarketIndicator
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 ImpliedMarketIndicator
impl Debug for ImpliedMarketIndicator
source§impl From<ImpliedMarketIndicator> for &'static [u8]
impl From<ImpliedMarketIndicator> for &'static [u8]
source§impl PartialEq<ImpliedMarketIndicator> for ImpliedMarketIndicator
impl PartialEq<ImpliedMarketIndicator> for ImpliedMarketIndicator
source§fn eq(&self, other: &ImpliedMarketIndicator) -> bool
fn eq(&self, other: &ImpliedMarketIndicator) -> bool
source§impl ToFixString for ImpliedMarketIndicator
impl ToFixString for ImpliedMarketIndicator
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for ImpliedMarketIndicator
impl TryFrom<i64> for ImpliedMarketIndicator
§type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<ImpliedMarketIndicator, SessionRejectReason>
fn try_from(input: Int) -> Result<ImpliedMarketIndicator, SessionRejectReason>
Performs the conversion.