pub enum TriggerType {
    PartialExecution,
    SpecifiedTradingSession,
    NextAuction,
    PriceMovement,
}Variants§
PartialExecution
Value “1”
SpecifiedTradingSession
Value “2”
NextAuction
Value “3”
PriceMovement
Value “4”
Implementations§
source§impl TriggerType
 
impl TriggerType
pub const fn from_bytes(input: &[u8]) -> Option<TriggerType>
pub const fn from_fix_str(input: &FixStr) -> Option<TriggerType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for TriggerType
 
impl Clone for TriggerType
source§fn clone(&self) -> TriggerType
 
fn clone(&self) -> TriggerType
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 TriggerType
 
impl Debug for TriggerType
source§impl Default for TriggerType
 
impl Default for TriggerType
source§fn default() -> TriggerType
 
fn default() -> TriggerType
Returns the “default value” for a type. Read more
source§impl From<TriggerType> for &'static [u8]
 
impl From<TriggerType> for &'static [u8]
source§impl PartialEq for TriggerType
 
impl PartialEq for TriggerType
source§impl ToFixString for TriggerType
 
impl ToFixString for TriggerType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for TriggerType
 
impl TryFrom<u8> for TriggerType
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Char) -> Result<TriggerType, SessionRejectReason>
 
fn try_from(input: Char) -> Result<TriggerType, SessionRejectReason>
Performs the conversion.
impl Copy for TriggerType
impl Eq for TriggerType
impl StructuralPartialEq for TriggerType
Auto Trait Implementations§
impl Freeze for TriggerType
impl RefUnwindSafe for TriggerType
impl Send for TriggerType
impl Sync for TriggerType
impl Unpin for TriggerType
impl UnwindSafe for TriggerType
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)