pub struct OrderRestrictions;Expand description
OrderRestrictions (529).
Implementations§
Source§impl OrderRestrictions
impl OrderRestrictions
pub const PROGRAMTRADE: &'static str = "1"
pub const INDEXARBITRAGE: &'static str = "2"
pub const NON_INDEXARBITRAGE: &'static str = "3"
pub const COMPETINGMARKETMAKER: &'static str = "4"
pub const ACTMM: &'static str = "5"
pub const ACTMMDERIV: &'static str = "6"
pub const FORENTITY: &'static str = "7"
pub const EXMRKTPART: &'static str = "8"
pub const EXINTMRKTLINK: &'static str = "9"
pub const RISKARB: &'static str = "A"
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrderRestrictions
impl RefUnwindSafe for OrderRestrictions
impl Send for OrderRestrictions
impl Sync for OrderRestrictions
impl Unpin for OrderRestrictions
impl UnsafeUnpin for OrderRestrictions
impl UnwindSafe for OrderRestrictions
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