pub enum OrdType {
Show 17 variants
Market,
Limit,
Stop,
StopLimit,
WithOrWithout,
LimitOrBetter,
LimitWithOrWithout,
OnBasis,
PreviouslyQuoted,
PreviouslyIndicated,
ForexSwap,
Funari,
MarketIfTouched,
MarketWithLeftOverAsLimit,
PreviousFundValuationPoint,
NextFundValuationPoint,
Pegged,
}
Variants§
Market
Limit
Stop
StopLimit
WithOrWithout
LimitOrBetter
LimitWithOrWithout
OnBasis
PreviouslyQuoted
PreviouslyIndicated
ForexSwap
Funari
MarketIfTouched
MarketWithLeftOverAsLimit
PreviousFundValuationPoint
NextFundValuationPoint
Pegged
Implementations§
Source§impl OrdType
impl OrdType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for OrdType
impl IntoFixValue for OrdType
impl Copy for OrdType
impl Eq for OrdType
impl StructuralPartialEq for OrdType
Auto Trait Implementations§
impl Freeze for OrdType
impl RefUnwindSafe for OrdType
impl Send for OrdType
impl Sync for OrdType
impl Unpin for OrdType
impl UnwindSafe for OrdType
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