Enum easyfix_messages::fields::OrdType  
source · 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
Limit
Stop
StopLimit
MarketOnClose
WithOrWithout
LimitOrBetter
LimitWithOrWithout
OnBasis
OnClose
LimitOnClose
ForexMarket
PreviouslyQuoted
PreviouslyIndicated
ForexLimit
ForexSwap
ForexPreviouslyQuoted
Funari
MarketIfTouched
MarketWithLeftOverAsLimit
PreviousFundValuationPoint
NextFundValuationPoint
Pegged
CounterOrderSelection
Implementations§
Trait Implementations§
source§impl PartialEq<OrdType> for OrdType
 
impl PartialEq<OrdType> for OrdType
source§impl ToFixString for OrdType
 
impl ToFixString for OrdType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for OrdType
 
impl TryFrom<u8> for OrdType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.