pub enum ExecInst {
Show 34 variants
TryToStop,
MidPricePeg,
MarketPeg,
CancelOnSystemFailure,
PrimaryPeg,
Suspend,
CustomerDisplayInstruction,
Netting,
PegToVwap,
TradeAlong,
PercentOfVolume,
StayOnOfferSide,
Work,
OverTheDay,
Held,
ParticipateDoNotInitiate,
StrictScale,
TryToScale,
StayOnBidSide,
NoCross,
OpeningPeg,
CallFirst,
NonNegotiable,
DoNotIncrease,
DoNotReduce,
AllOrNone,
ReinstateOnSystemFailure,
InstitutionsOnly,
ReinstateOnTradingHalt,
CancelOnTradingHalt,
LastPeg,
GoAlong,
OkToCross,
NotHeld,
}
Variants§
TryToStop
MidPricePeg
MarketPeg
CancelOnSystemFailure
PrimaryPeg
Suspend
CustomerDisplayInstruction
Netting
PegToVwap
TradeAlong
PercentOfVolume
StayOnOfferSide
Work
OverTheDay
Held
ParticipateDoNotInitiate
StrictScale
TryToScale
StayOnBidSide
NoCross
OpeningPeg
CallFirst
NonNegotiable
DoNotIncrease
DoNotReduce
AllOrNone
ReinstateOnSystemFailure
InstitutionsOnly
ReinstateOnTradingHalt
CancelOnTradingHalt
LastPeg
GoAlong
OkToCross
NotHeld
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
impl Copy for ExecInst
impl Eq for ExecInst
impl StructuralPartialEq for ExecInst
Auto Trait Implementations§
impl Freeze for ExecInst
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