Struct quickfix_msg43::new_order_multileg::NoAllocs
source · pub struct NoAllocs { /* private fields */ }
Implementations§
source§impl NoAllocs
impl NoAllocs
pub fn get_alloc_account(&self) -> Option<AllocAccount>
pub fn get_individual_alloc_id(&self) -> Option<IndividualAllocID>
pub fn get_alloc_qty(&self) -> Option<AllocQty>
pub fn set_alloc_account( &mut self, value: AllocAccount ) -> Result<&Self, QuickFixError>
pub fn remove_alloc_account(&mut self) -> Result<&Self, QuickFixError>
pub fn set_individual_alloc_id( &mut self, value: IndividualAllocID ) -> Result<&Self, QuickFixError>
pub fn remove_individual_alloc_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_alloc_qty(&mut self, value: AllocQty) -> Result<&Self, QuickFixError>
pub fn remove_alloc_qty(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NoAllocs
impl !Send for NoAllocs
impl !Sync for NoAllocs
impl Unpin for NoAllocs
impl UnwindSafe for NoAllocs
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