pub enum TradeHandlingInstr {
TradeConfirmation,
TwoPartyReport,
OnePartyReportForMatching,
OnePartyReportForPassThrough,
AutomatedFloorOrderRouting,
}Variants§
TradeConfirmation
TwoPartyReport
OnePartyReportForMatching
OnePartyReportForPassThrough
AutomatedFloorOrderRouting
Implementations§
source§impl TradeHandlingInstr
impl TradeHandlingInstr
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for TradeHandlingInstr
impl Clone for TradeHandlingInstr
source§fn clone(&self) -> TradeHandlingInstr
fn clone(&self) -> TradeHandlingInstr
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 TradeHandlingInstr
impl Debug for TradeHandlingInstr
source§impl FromStr for TradeHandlingInstr
impl FromStr for TradeHandlingInstr
source§impl Hash for TradeHandlingInstr
impl Hash for TradeHandlingInstr
source§impl IntoFixValue for TradeHandlingInstr
impl IntoFixValue for TradeHandlingInstr
source§impl PartialEq for TradeHandlingInstr
impl PartialEq for TradeHandlingInstr
source§fn eq(&self, other: &TradeHandlingInstr) -> bool
fn eq(&self, other: &TradeHandlingInstr) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TradeHandlingInstr
impl Eq for TradeHandlingInstr
impl StructuralPartialEq for TradeHandlingInstr
Auto Trait Implementations§
impl RefUnwindSafe for TradeHandlingInstr
impl Send for TradeHandlingInstr
impl Sync for TradeHandlingInstr
impl Unpin for TradeHandlingInstr
impl UnwindSafe for TradeHandlingInstr
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