pub struct NoExecs { /* private fields */ }
Implementations§
Source§impl NoExecs
impl NoExecs
pub fn get_exec_id(&self) -> Option<ExecID>
pub fn get_last_px(&self) -> Option<LastPx>
pub fn get_last_mkt(&self) -> Option<LastMkt>
pub fn set_exec_id(&mut self, value: ExecID) -> Result<&Self, QuickFixError>
pub fn remove_exec_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_last_px(&mut self, value: LastPx) -> Result<&Self, QuickFixError>
pub fn remove_last_px(&mut self) -> Result<&Self, QuickFixError>
pub fn set_last_mkt(&mut self, value: LastMkt) -> Result<&Self, QuickFixError>
pub fn remove_last_mkt(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoExecs
impl RefUnwindSafe for NoExecs
impl !Send for NoExecs
impl !Sync for NoExecs
impl Unpin for NoExecs
impl UnwindSafe for NoExecs
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