pub enum NetGrossInd {
    Net,
    Gross,
}Variants§
Implementations§
source§impl NetGrossInd
 
impl NetGrossInd
pub const fn from_bytes(input: &[u8]) -> Option<NetGrossInd>
pub const fn from_fix_str(input: &FixStr) -> Option<NetGrossInd>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const 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.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 NetGrossInd
 
impl Debug for NetGrossInd
source§impl Default for NetGrossInd
 
impl Default for NetGrossInd
source§fn default() -> NetGrossInd
 
fn default() -> NetGrossInd
Returns the “default value” for a type. Read more
source§impl From<NetGrossInd> for &'static [u8]
 
impl From<NetGrossInd> for &'static [u8]
source§impl PartialEq for NetGrossInd
 
impl PartialEq for NetGrossInd
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
source§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.
impl Copy for NetGrossInd
impl Eq for NetGrossInd
impl StructuralPartialEq for NetGrossInd
Auto Trait Implementations§
impl Freeze for NetGrossInd
impl RefUnwindSafe for NetGrossInd
impl Send for NetGrossInd
impl Sync for NetGrossInd
impl Unpin for NetGrossInd
impl UnwindSafe for NetGrossInd
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)