pub enum CustOrderHandlingInst {
Show 24 variants
ImbalanceOnly,
NotHeld,
TrailingStop,
AddOnOrder,
AllOrNone,
CashNotHeld,
DirectedOrder,
ExchangeForPhysicalTransaction,
FillOrKill,
ImmediateOrCancel,
LimitOnClose,
LimitOnOpen,
MarketAtClose,
MarketAtOpen,
MarketOnClose,
MarketOnOpen,
MinimumQuantity,
OverTheDay,
Pegged,
ReserveSizeOrder,
StopStockTransaction,
Scale,
TimeOrder,
Work,
}
Variants§
ImbalanceOnly
NotHeld
TrailingStop
AddOnOrder
AllOrNone
CashNotHeld
DirectedOrder
ExchangeForPhysicalTransaction
FillOrKill
ImmediateOrCancel
LimitOnClose
LimitOnOpen
MarketAtClose
MarketAtOpen
MarketOnClose
MarketOnOpen
MinimumQuantity
OverTheDay
Pegged
ReserveSizeOrder
StopStockTransaction
Scale
TimeOrder
Work
Implementations§
Source§impl CustOrderHandlingInst
impl CustOrderHandlingInst
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for CustOrderHandlingInst
impl Clone for CustOrderHandlingInst
Source§fn clone(&self) -> CustOrderHandlingInst
fn clone(&self) -> CustOrderHandlingInst
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 CustOrderHandlingInst
impl Debug for CustOrderHandlingInst
Source§impl FromStr for CustOrderHandlingInst
impl FromStr for CustOrderHandlingInst
Source§impl Hash for CustOrderHandlingInst
impl Hash for CustOrderHandlingInst
Source§impl IntoFixValue for CustOrderHandlingInst
impl IntoFixValue for CustOrderHandlingInst
Source§impl PartialEq for CustOrderHandlingInst
impl PartialEq for CustOrderHandlingInst
impl Copy for CustOrderHandlingInst
impl Eq for CustOrderHandlingInst
impl StructuralPartialEq for CustOrderHandlingInst
Auto Trait Implementations§
impl Freeze for CustOrderHandlingInst
impl RefUnwindSafe for CustOrderHandlingInst
impl Send for CustOrderHandlingInst
impl Sync for CustOrderHandlingInst
impl Unpin for CustOrderHandlingInst
impl UnwindSafe for CustOrderHandlingInst
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