pub struct CustOrderCapacity;Expand description
CustOrderCapacity (582).
Implementations§
Source§impl CustOrderCapacity
impl CustOrderCapacity
pub const MEMBER_TRADING_FOR_THEIR_OWN_ACCOUNT: i64 = 1
pub const CLEARING_FIRM_TRADING_FOR_ITS_PROPRIETARY_ACCOUNT: i64 = 2
pub const MEMBER_TRADING_FOR_ANOTHER_MEMBER: i64 = 3
pub const ALL_OTHER: i64 = 4
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CustOrderCapacity
impl RefUnwindSafe for CustOrderCapacity
impl Send for CustOrderCapacity
impl Sync for CustOrderCapacity
impl Unpin for CustOrderCapacity
impl UnsafeUnpin for CustOrderCapacity
impl UnwindSafe for CustOrderCapacity
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