Enum easyfix_messages::fields::NetGrossInd
source · pub enum NetGrossInd {
Net,
Gross,
}
Variants§
Implementations§
source§impl NetGrossInd
impl NetGrossInd
pub fn from_bytes(input: &[u8]) -> Option<NetGrossInd>
pub fn from_fix_str(input: &FixStr) -> Option<NetGrossInd>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for NetGrossInd
impl Clone for NetGrossInd
source§fn clone(&self) -> NetGrossInd
fn clone(&self) -> NetGrossInd
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 NetGrossInd
impl Debug for NetGrossInd
source§impl From<NetGrossInd> for &'static [u8]
impl From<NetGrossInd> for &'static [u8]
source§impl PartialEq<NetGrossInd> for NetGrossInd
impl PartialEq<NetGrossInd> for NetGrossInd
source§fn eq(&self, other: &NetGrossInd) -> bool
fn eq(&self, other: &NetGrossInd) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToFixString for NetGrossInd
impl ToFixString for NetGrossInd
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for NetGrossInd
impl TryFrom<i64> for NetGrossInd
§type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<NetGrossInd, SessionRejectReason>
fn try_from(input: Int) -> Result<NetGrossInd, SessionRejectReason>
Performs the conversion.