pub enum HandlInst {
AutomatedExecutionOrderPrivateNoBrokerIntervention,
AutomatedExecutionOrderPublicBrokerInterventionOk,
ManualOrderBestExecution,
}
Variants§
AutomatedExecutionOrderPrivateNoBrokerIntervention
Value “1”
AutomatedExecutionOrderPublicBrokerInterventionOk
Value “2”
ManualOrderBestExecution
Value “3”
Implementations§
Trait Implementations§
Source§impl ToFixString for HandlInst
impl ToFixString for HandlInst
fn to_fix_string(&self) -> FixString
impl Copy for HandlInst
impl Eq for HandlInst
impl StructuralPartialEq for HandlInst
Auto Trait Implementations§
impl Freeze for HandlInst
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