Enum easyfix_messages::fields::MassActionScope  
source · pub enum MassActionScope {
    AllOrdersForASecurity,
    AllOrdersForAnUnderlyingSecurity,
    AllOrdersForAProduct,
    AllOrdersForACficode,
    AllOrdersForASecuritytype,
    AllOrdersForATradingSession,
    AllOrders,
    AllOrdersForAMarket,
    AllOrdersForAMarketSegment,
    AllOrdersForASecurityGroup,
    CancelForSecurityIssuer,
    CancelForIssuerOfUnderlyingSecurity,
}Variants§
AllOrdersForASecurity
AllOrdersForAnUnderlyingSecurity
AllOrdersForAProduct
AllOrdersForACficode
AllOrdersForASecuritytype
AllOrdersForATradingSession
AllOrders
AllOrdersForAMarket
AllOrdersForAMarketSegment
AllOrdersForASecurityGroup
CancelForSecurityIssuer
CancelForIssuerOfUnderlyingSecurity
Implementations§
source§impl MassActionScope
 
impl MassActionScope
pub fn from_bytes(input: &[u8]) -> Option<MassActionScope>
pub fn from_fix_str(input: &FixStr) -> Option<MassActionScope>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for MassActionScope
 
impl Clone for MassActionScope
source§fn clone(&self) -> MassActionScope
 
fn clone(&self) -> MassActionScope
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 MassActionScope
 
impl Debug for MassActionScope
source§impl Default for MassActionScope
 
impl Default for MassActionScope
source§fn default() -> MassActionScope
 
fn default() -> MassActionScope
Returns the “default value” for a type. Read more
source§impl From<MassActionScope> for &'static [u8]
 
impl From<MassActionScope> for &'static [u8]
source§impl PartialEq<MassActionScope> for MassActionScope
 
impl PartialEq<MassActionScope> for MassActionScope
source§fn eq(&self, other: &MassActionScope) -> bool
 
fn eq(&self, other: &MassActionScope) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for MassActionScope
 
impl ToFixString for MassActionScope
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for MassActionScope
 
impl TryFrom<i64> for MassActionScope
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<MassActionScope, SessionRejectReason>
 
fn try_from(input: Int) -> Result<MassActionScope, SessionRejectReason>
Performs the conversion.
impl Copy for MassActionScope
impl Eq for MassActionScope
impl StructuralEq for MassActionScope
impl StructuralPartialEq for MassActionScope
Auto Trait Implementations§
impl RefUnwindSafe for MassActionScope
impl Send for MassActionScope
impl Sync for MassActionScope
impl Unpin for MassActionScope
impl UnwindSafe for MassActionScope
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