pub struct ExecInst;Expand description
ExecInst (18).
Implementations§
Source§impl ExecInst
impl ExecInst
pub const STAYOFFER: &'static str = "0"
pub const NOTHELD: &'static str = "1"
pub const WORK: &'static str = "2"
pub const GOALONG: &'static str = "3"
pub const OVERDAY: &'static str = "4"
pub const HELD: &'static str = "5"
pub const PARTNOTINIT: &'static str = "6"
pub const STRICTSCALE: &'static str = "7"
pub const TRYTOSCALE: &'static str = "8"
pub const STAYBID: &'static str = "9"
pub const NOCROSS: &'static str = "A"
pub const TRAILSTOPPEG: &'static str = "a"
pub const OKCROSS: &'static str = "B"
pub const STRICTLIMIT: &'static str = "b"
pub const IGNOREPRICECHK: &'static str = "c"
pub const CALLFIRST: &'static str = "C"
pub const PEGTOLIMIT: &'static str = "d"
pub const PERCVOL: &'static str = "D"
pub const DNI: &'static str = "E"
pub const WORKTOSTRATEGY: &'static str = "e"
pub const DNR: &'static str = "F"
pub const AON: &'static str = "G"
pub const RESTATEONSYSFAIL: &'static str = "H"
pub const INSTITONLY: &'static str = "I"
pub const RESTATEONTRADINGHALT: &'static str = "J"
pub const CANCELONTRADINGHALT: &'static str = "K"
pub const LASTPEG: &'static str = "L"
pub const MIDPRCPEG: &'static str = "M"
pub const NONNEGO: &'static str = "N"
pub const OPENPEG: &'static str = "O"
pub const MARKPEG: &'static str = "P"
pub const CANCELONSYSFAIL: &'static str = "Q"
pub const PRIMPEG: &'static str = "R"
pub const SUSPEND: &'static str = "S"
pub const CUSTDISPINST: &'static str = "U"
pub const NETTING: &'static str = "V"
pub const PEGVWAP: &'static str = "W"
pub const TRADEALONG: &'static str = "X"
pub const TRYTOSTOP: &'static str = "Y"
pub const CXLIFNOTBEST: &'static str = "Z"
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecInst
impl RefUnwindSafe for ExecInst
impl Send for ExecInst
impl Sync for ExecInst
impl Unpin for ExecInst
impl UnsafeUnpin 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