Enum easyfix_messages::fields::HandlInst  
source · pub enum HandlInst {
    AutomatedExecutionOrderPrivateNoBrokerIntervention,
    AutomatedExecutionOrderPublicBrokerInterventionOk,
    ManualOrderBestExecution,
}Variants§
AutomatedExecutionOrderPrivateNoBrokerIntervention
AutomatedExecutionOrderPublicBrokerInterventionOk
ManualOrderBestExecution
Implementations§
Trait Implementations§
source§impl PartialEq<HandlInst> for HandlInst
 
impl PartialEq<HandlInst> for HandlInst
source§impl ToFixString for HandlInst
 
impl ToFixString for HandlInst
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for HandlInst
 
impl TryFrom<u8> for HandlInst
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
impl Copy for HandlInst
impl Eq for HandlInst
impl StructuralEq for HandlInst
impl StructuralPartialEq for HandlInst
Auto Trait Implementations§
impl RefUnwindSafe for HandlInst
impl Send for HandlInst
impl Sync for HandlInst
impl Unpin for HandlInst
impl UnwindSafe for HandlInst
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