Struct quickfix_msg44::execution_report::NoPartyIDs
source · pub struct NoPartyIDs { /* private fields */ }
Implementations§
source§impl NoPartyIDs
impl NoPartyIDs
source§impl NoPartyIDs
impl NoPartyIDs
pub fn get_party_id(&self) -> Option<PartyID>
pub fn get_party_id_source(&self) -> Option<PartyIDSource>
pub fn get_party_role(&self) -> Option<PartyRole>
pub fn clone_group_no_party_sub_i_ds( &self, index: usize ) -> Option<NoPartySubIDs>
pub fn set_party_id(&mut self, value: PartyID) -> Result<&Self, QuickFixError>
pub fn remove_party_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_party_id_source( &mut self, value: PartyIDSource ) -> Result<&Self, QuickFixError>
pub fn remove_party_id_source(&mut self) -> Result<&Self, QuickFixError>
pub fn set_party_role( &mut self, value: PartyRole ) -> Result<&Self, QuickFixError>
pub fn remove_party_role(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_party_sub_i_ds( &mut self, value: NoPartySubIDs ) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoPartyIDs
impl Clone for NoPartyIDs
source§fn clone(&self) -> NoPartyIDs
fn clone(&self) -> NoPartyIDs
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 NoPartyIDs
impl !Send for NoPartyIDs
impl !Sync for NoPartyIDs
impl Unpin for NoPartyIDs
impl UnwindSafe for NoPartyIDs
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