Struct quickfix_msg50::confirmation::NoDlvyInst
source · pub struct NoDlvyInst { /* private fields */ }Implementations§
source§impl NoDlvyInst
impl NoDlvyInst
source§impl NoDlvyInst
impl NoDlvyInst
pub fn get_settl_inst_source(&self) -> Option<SettlInstSource>
pub fn get_dlvy_inst_type(&self) -> Option<DlvyInstType>
pub fn clone_group_no_settl_party_i_ds( &self, index: usize ) -> Option<NoSettlPartyIDs>
pub fn set_settl_inst_source( &mut self, value: SettlInstSource ) -> Result<&Self, QuickFixError>
pub fn remove_settl_inst_source(&mut self) -> Result<&Self, QuickFixError>
pub fn set_dlvy_inst_type( &mut self, value: DlvyInstType ) -> Result<&Self, QuickFixError>
pub fn remove_dlvy_inst_type(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_settl_party_i_ds( &mut self, value: NoSettlPartyIDs ) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoDlvyInst
impl Clone for NoDlvyInst
source§fn clone(&self) -> NoDlvyInst
fn clone(&self) -> NoDlvyInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for NoDlvyInst
impl !Send for NoDlvyInst
impl !Sync for NoDlvyInst
impl Unpin for NoDlvyInst
impl UnwindSafe for NoDlvyInst
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