pub enum TriggerType {
PartialExecution,
SpecifiedTradingSession,
NextAuction,
PriceMovement,
}
Variants§
Implementations§
Source§impl TriggerType
impl TriggerType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for TriggerType
impl Clone for TriggerType
Source§fn clone(&self) -> TriggerType
fn clone(&self) -> TriggerType
Returns a duplicate 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 TriggerType
impl Debug for TriggerType
Source§impl FromStr for TriggerType
impl FromStr for TriggerType
Source§impl Hash for TriggerType
impl Hash for TriggerType
Source§impl IntoFixValue for TriggerType
impl IntoFixValue for TriggerType
Source§impl PartialEq for TriggerType
impl PartialEq for TriggerType
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