Struct quickfix_msg50::new_order_cross::NoRootPartyIDs
source · pub struct NoRootPartyIDs { /* private fields */ }Implementations§
source§impl NoRootPartyIDs
impl NoRootPartyIDs
pub fn get_root_party_id(&self) -> Option<RootPartyID>
pub fn get_root_party_id_source(&self) -> Option<RootPartyIDSource>
pub fn get_root_party_role(&self) -> Option<RootPartyRole>
pub fn clone_group_no_root_party_sub_i_ds( &self, index: usize ) -> Option<NoRootPartySubIDs>
pub fn set_root_party_id( &mut self, value: RootPartyID ) -> Result<&Self, QuickFixError>
pub fn remove_root_party_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_root_party_id_source( &mut self, value: RootPartyIDSource ) -> Result<&Self, QuickFixError>
pub fn remove_root_party_id_source(&mut self) -> Result<&Self, QuickFixError>
pub fn set_root_party_role( &mut self, value: RootPartyRole ) -> Result<&Self, QuickFixError>
pub fn remove_root_party_role(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_root_party_sub_i_ds( &mut self, value: NoRootPartySubIDs ) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoRootPartyIDs
impl Clone for NoRootPartyIDs
source§fn clone(&self) -> NoRootPartyIDs
fn clone(&self) -> NoRootPartyIDs
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 NoRootPartyIDs
impl !Send for NoRootPartyIDs
impl !Sync for NoRootPartyIDs
impl Unpin for NoRootPartyIDs
impl UnwindSafe for NoRootPartyIDs
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