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 no_settl_party_i_ds_len(&self) -> usize
pub fn clone_group_no_settl_party_i_ds( &self, index: usize, ) -> Option<NoSettlPartyIDs>
pub fn iter_no_settl_party_i_ds( &self, ) -> GroupIterator<'_, Self, 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 duplicate 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 Freeze for NoDlvyInst
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