pub enum OrdType {
Show 15 variants
Market,
Limit,
Stop,
StopLimit,
MarketOnClose,
WithOrWithout,
LimitOrBetter,
LimitWithOrWithout,
OnBasis,
OnClose,
LimitOnClose,
ForexMarket,
PreviouslyQuoted,
PreviouslyIndicated,
Pegged,
}
Variants§
Market
Limit
Stop
StopLimit
MarketOnClose
WithOrWithout
LimitOrBetter
LimitWithOrWithout
OnBasis
OnClose
LimitOnClose
ForexMarket
PreviouslyQuoted
PreviouslyIndicated
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