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 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 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
impl Copy for TradeHandlingInstr
impl Eq for TradeHandlingInstr
impl StructuralPartialEq for TradeHandlingInstr
Auto Trait Implementations§
impl Freeze for TradeHandlingInstr
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