pub struct NoInstrumentParties { /* private fields */ }
Implementations§
Source§impl NoInstrumentParties
impl NoInstrumentParties
pub fn get_instrument_party_id(&self) -> Option<InstrumentPartyID>
pub fn get_instrument_party_id_source(&self) -> Option<InstrumentPartyIDSource>
pub fn get_instrument_party_role(&self) -> Option<InstrumentPartyRole>
pub fn no_instrument_party_sub_i_ds_len(&self) -> usize
pub fn clone_group_no_instrument_party_sub_i_ds( &self, index: usize, ) -> Option<NoInstrumentPartySubIDs>
pub fn iter_no_instrument_party_sub_i_ds( &self, ) -> GroupIterator<'_, Self, NoInstrumentPartySubIDs> ⓘ
pub fn set_instrument_party_id( &mut self, value: InstrumentPartyID, ) -> Result<&Self, QuickFixError>
pub fn remove_instrument_party_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_instrument_party_id_source( &mut self, value: InstrumentPartyIDSource, ) -> Result<&Self, QuickFixError>
pub fn remove_instrument_party_id_source( &mut self, ) -> Result<&Self, QuickFixError>
pub fn set_instrument_party_role( &mut self, value: InstrumentPartyRole, ) -> Result<&Self, QuickFixError>
pub fn remove_instrument_party_role(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_instrument_party_sub_i_ds( &mut self, value: NoInstrumentPartySubIDs, ) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoInstrumentParties
impl Clone for NoInstrumentParties
Source§fn clone(&self) -> NoInstrumentParties
fn clone(&self) -> NoInstrumentParties
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 NoInstrumentParties
impl RefUnwindSafe for NoInstrumentParties
impl !Send for NoInstrumentParties
impl !Sync for NoInstrumentParties
impl Unpin for NoInstrumentParties
impl UnwindSafe for NoInstrumentParties
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