Enum quickfix_msg44::field_types::ExecInst
source · pub enum ExecInst {
Show 40 variants
NotHeld,
Work,
GoAlong,
OverTheDay,
Held,
ParticipateDoNotInitiate,
StrictScale,
TryToScale,
StayOnBidSide,
StayOnOfferSide,
NoCross,
OkToCross,
CallFirst,
PercentOfVolume,
DoNotIncrease,
DoNotReduce,
AllOrNone,
ReinstateOnSystemFailure,
InstitutionsOnly,
ReinstateOnTradingHalt,
CancelOnTradingHalt,
LastPeg,
MidPricePeg,
NonNegotiable,
OpeningPeg,
MarketPeg,
CancelOnSystemFailure,
PrimaryPeg,
Suspend,
CustomerDisplayInstruction,
Netting,
PegToVwap,
TradeAlong,
TryToStop,
CancelIfNotBest,
TrailingStopPeg,
StrictLimit,
IgnorePriceValidityChecks,
PegToLimitPrice,
WorkToTargetStrategy,
}
Variants§
NotHeld
Work
GoAlong
OverTheDay
Held
ParticipateDoNotInitiate
StrictScale
TryToScale
StayOnBidSide
StayOnOfferSide
NoCross
OkToCross
CallFirst
PercentOfVolume
DoNotIncrease
DoNotReduce
AllOrNone
ReinstateOnSystemFailure
InstitutionsOnly
ReinstateOnTradingHalt
CancelOnTradingHalt
LastPeg
MidPricePeg
NonNegotiable
OpeningPeg
MarketPeg
CancelOnSystemFailure
PrimaryPeg
Suspend
CustomerDisplayInstruction
Netting
PegToVwap
TradeAlong
TryToStop
CancelIfNotBest
TrailingStopPeg
StrictLimit
IgnorePriceValidityChecks
PegToLimitPrice
WorkToTargetStrategy
Implementations§
source§impl ExecInst
impl ExecInst
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl IntoFixValue for ExecInst
impl IntoFixValue for ExecInst
source§impl PartialEq for ExecInst
impl PartialEq for ExecInst
impl Copy for ExecInst
impl Eq for ExecInst
impl StructuralPartialEq for ExecInst
Auto Trait Implementations§
impl RefUnwindSafe for ExecInst
impl Send for ExecInst
impl Sync for ExecInst
impl Unpin for ExecInst
impl UnwindSafe for ExecInst
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