pub enum TriggerPriceTypeScope {
    None,
    Local,
    National,
    Global,
}Variants§
Implementations§
source§impl TriggerPriceTypeScope
 
impl TriggerPriceTypeScope
pub fn from_bytes(input: &[u8]) -> Option<TriggerPriceTypeScope>
pub fn from_fix_str(input: &FixStr) -> Option<TriggerPriceTypeScope>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for TriggerPriceTypeScope
 
impl Clone for TriggerPriceTypeScope
source§fn clone(&self) -> TriggerPriceTypeScope
 
fn clone(&self) -> TriggerPriceTypeScope
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 TriggerPriceTypeScope
 
impl Debug for TriggerPriceTypeScope
source§impl From<TriggerPriceTypeScope> for &'static [u8]
 
impl From<TriggerPriceTypeScope> for &'static [u8]
source§impl PartialEq<TriggerPriceTypeScope> for TriggerPriceTypeScope
 
impl PartialEq<TriggerPriceTypeScope> for TriggerPriceTypeScope
source§fn eq(&self, other: &TriggerPriceTypeScope) -> bool
 
fn eq(&self, other: &TriggerPriceTypeScope) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for TriggerPriceTypeScope
 
impl ToFixString for TriggerPriceTypeScope
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for TriggerPriceTypeScope
 
impl TryFrom<u8> for TriggerPriceTypeScope
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Char) -> Result<TriggerPriceTypeScope, SessionRejectReason>
 
fn try_from(input: Char) -> Result<TriggerPriceTypeScope, SessionRejectReason>
Performs the conversion.
impl Copy for TriggerPriceTypeScope
impl Eq for TriggerPriceTypeScope
impl StructuralEq for TriggerPriceTypeScope
impl StructuralPartialEq for TriggerPriceTypeScope
Auto Trait Implementations§
impl RefUnwindSafe for TriggerPriceTypeScope
impl Send for TriggerPriceTypeScope
impl Sync for TriggerPriceTypeScope
impl Unpin for TriggerPriceTypeScope
impl UnwindSafe for TriggerPriceTypeScope
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