pub struct NoOrders { /* private fields */ }
Implementations§
Source§impl NoOrders
impl NoOrders
pub fn get_cl_ord_id(&self) -> ClOrdID
pub fn get_cum_qty(&self) -> CumQty
pub fn get_cxl_qty(&self) -> CxlQty
pub fn get_avg_px(&self) -> AvgPx
pub fn set_cl_ord_id(&mut self, value: ClOrdID) -> Result<&Self, QuickFixError>
pub fn set_cum_qty(&mut self, value: CumQty) -> Result<&Self, QuickFixError>
pub fn set_cxl_qty(&mut self, value: CxlQty) -> Result<&Self, QuickFixError>
pub fn set_avg_px(&mut self, value: AvgPx) -> Result<&Self, QuickFixError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoOrders
impl RefUnwindSafe for NoOrders
impl !Send for NoOrders
impl !Sync for NoOrders
impl Unpin for NoOrders
impl UnwindSafe for NoOrders
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