pub struct NoUndlyInstrumentParties { /* private fields */ }Implementations§
source§impl NoUndlyInstrumentParties
impl NoUndlyInstrumentParties
pub fn get_undly_instrument_party_id(&self) -> Option<UndlyInstrumentPartyID>
pub fn get_undly_instrument_party_id_source( &self ) -> Option<UndlyInstrumentPartyIDSource>
pub fn get_undly_instrument_party_role( &self ) -> Option<UndlyInstrumentPartyRole>
pub fn clone_group_no_undly_instrument_party_sub_i_ds( &self, index: usize ) -> Option<NoUndlyInstrumentPartySubIDs>
pub fn set_undly_instrument_party_id( &mut self, value: UndlyInstrumentPartyID ) -> Result<&Self, QuickFixError>
pub fn remove_undly_instrument_party_id( &mut self ) -> Result<&Self, QuickFixError>
pub fn set_undly_instrument_party_id_source( &mut self, value: UndlyInstrumentPartyIDSource ) -> Result<&Self, QuickFixError>
pub fn remove_undly_instrument_party_id_source( &mut self ) -> Result<&Self, QuickFixError>
pub fn set_undly_instrument_party_role( &mut self, value: UndlyInstrumentPartyRole ) -> Result<&Self, QuickFixError>
pub fn remove_undly_instrument_party_role( &mut self ) -> Result<&Self, QuickFixError>
pub fn add_no_undly_instrument_party_sub_i_ds( &mut self, value: NoUndlyInstrumentPartySubIDs ) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoUndlyInstrumentParties
impl Clone for NoUndlyInstrumentParties
source§fn clone(&self) -> NoUndlyInstrumentParties
fn clone(&self) -> NoUndlyInstrumentParties
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 Freeze for NoUndlyInstrumentParties
impl RefUnwindSafe for NoUndlyInstrumentParties
impl !Send for NoUndlyInstrumentParties
impl !Sync for NoUndlyInstrumentParties
impl Unpin for NoUndlyInstrumentParties
impl UnwindSafe for NoUndlyInstrumentParties
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