pub struct BookingUnit;Expand description
BookingUnit (590).
Implementations§
Source§impl BookingUnit
impl BookingUnit
pub const EACH_PARTIAL_EXECUTION_IS_A_BOOKABLE_UNIT: char = '0'
pub const AGGREGATE_PARTIAL_EXECUTIONS_ON_THIS_ORDER_AND_BOOK_ONE_TRADE_PER_ORDER: char = '1'
pub const AGGREGATE_EXECUTIONS_FOR_THIS_SYMBOL_SIDE_AND_SETTLEMENT_DATE: char = '2'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BookingUnit
impl RefUnwindSafe for BookingUnit
impl Send for BookingUnit
impl Sync for BookingUnit
impl Unpin for BookingUnit
impl UnsafeUnpin for BookingUnit
impl UnwindSafe for BookingUnit
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