pub enum OrdType {
Show 24 variants
Market,
Limit,
Stop,
StopLimit,
MarketOnClose,
WithOrWithout,
LimitOrBetter,
LimitWithOrWithout,
OnBasis,
OnClose,
LimitOnClose,
ForexMarket,
PreviouslyQuoted,
PreviouslyIndicated,
ForexLimit,
ForexSwap,
ForexPreviouslyQuoted,
Funari,
MarketIfTouched,
MarketWithLeftOverAsLimit,
PreviousFundValuationPoint,
NextFundValuationPoint,
Pegged,
CounterOrderSelection,
}
Variants§
Market
Value “1”
Limit
Value “2”
Stop
Value “3”
StopLimit
Value “4”
MarketOnClose
Value “5”
WithOrWithout
Value “6”
LimitOrBetter
Value “7”
LimitWithOrWithout
Value “8”
OnBasis
Value “9”
OnClose
Value “A”
LimitOnClose
Value “B”
ForexMarket
Value “C”
PreviouslyQuoted
Value “D”
PreviouslyIndicated
Value “E”
ForexLimit
Value “F”
ForexSwap
Value “G”
ForexPreviouslyQuoted
Value “H”
Funari
Value “I”
MarketIfTouched
Value “J”
MarketWithLeftOverAsLimit
Value “K”
PreviousFundValuationPoint
Value “L”
NextFundValuationPoint
Value “M”
Pegged
Value “P”
CounterOrderSelection
Value “Q”
Implementations§
Trait Implementations§
Source§impl ToFixString for OrdType
impl ToFixString for OrdType
fn to_fix_string(&self) -> FixString
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