Struct quickfix_msg50::quote::NoInstrumentParties
source · 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 clone_group_no_instrument_party_sub_i_ds( &self, index: usize ) -> Option<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 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 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