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.