pub enum ExecInst {
Show 25 variants
StayOnOfferSide,
NotHeld,
Work,
GoAlong,
OverTheDay,
Held,
ParticipateDoNotInitiate,
StrictScale,
TryToScale,
StayOnBidSide,
NoCross,
OkToCross,
CallFirst,
PercentOfVolume,
DoNotIncrease,
DoNotReduce,
AllOrNone,
InstitutionsOnly,
LastPeg,
MidPricePeg,
NonNegotiable,
OpeningPeg,
MarketPeg,
PrimaryPeg,
Suspend,
}
Variants§
StayOnOfferSide
NotHeld
Work
GoAlong
OverTheDay
Held
ParticipateDoNotInitiate
StrictScale
TryToScale
StayOnBidSide
NoCross
OkToCross
CallFirst
PercentOfVolume
DoNotIncrease
DoNotReduce
AllOrNone
InstitutionsOnly
LastPeg
MidPricePeg
NonNegotiable
OpeningPeg
MarketPeg
PrimaryPeg
Suspend
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