pub struct NoDistribInsts { /* private fields */ }Implementations§
source§impl NoDistribInsts
impl NoDistribInsts
pub fn get_distrib_payment_method(&self) -> Option<DistribPaymentMethod>
pub fn get_distrib_percentage(&self) -> Option<DistribPercentage>
pub fn get_cash_distrib_curr(&self) -> Option<CashDistribCurr>
pub fn get_cash_distrib_agent_name(&self) -> Option<CashDistribAgentName>
pub fn get_cash_distrib_agent_code(&self) -> Option<CashDistribAgentCode>
pub fn get_cash_distrib_agent_acct_number( &self ) -> Option<CashDistribAgentAcctNumber>
pub fn get_cash_distrib_pay_ref(&self) -> Option<CashDistribPayRef>
pub fn get_cash_distrib_agent_acct_name( &self ) -> Option<CashDistribAgentAcctName>
pub fn set_distrib_payment_method( &mut self, value: DistribPaymentMethod ) -> Result<&Self, QuickFixError>
pub fn remove_distrib_payment_method(&mut self) -> Result<&Self, QuickFixError>
pub fn set_distrib_percentage( &mut self, value: DistribPercentage ) -> Result<&Self, QuickFixError>
pub fn remove_distrib_percentage(&mut self) -> Result<&Self, QuickFixError>
pub fn set_cash_distrib_curr( &mut self, value: CashDistribCurr ) -> Result<&Self, QuickFixError>
pub fn remove_cash_distrib_curr(&mut self) -> Result<&Self, QuickFixError>
pub fn set_cash_distrib_agent_name( &mut self, value: CashDistribAgentName ) -> Result<&Self, QuickFixError>
pub fn remove_cash_distrib_agent_name(&mut self) -> Result<&Self, QuickFixError>
pub fn set_cash_distrib_agent_code( &mut self, value: CashDistribAgentCode ) -> Result<&Self, QuickFixError>
pub fn remove_cash_distrib_agent_code(&mut self) -> Result<&Self, QuickFixError>
pub fn set_cash_distrib_agent_acct_number( &mut self, value: CashDistribAgentAcctNumber ) -> Result<&Self, QuickFixError>
pub fn remove_cash_distrib_agent_acct_number( &mut self ) -> Result<&Self, QuickFixError>
pub fn set_cash_distrib_pay_ref( &mut self, value: CashDistribPayRef ) -> Result<&Self, QuickFixError>
pub fn remove_cash_distrib_pay_ref(&mut self) -> Result<&Self, QuickFixError>
pub fn set_cash_distrib_agent_acct_name( &mut self, value: CashDistribAgentAcctName ) -> Result<&Self, QuickFixError>
pub fn remove_cash_distrib_agent_acct_name( &mut self ) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoDistribInsts
impl Clone for NoDistribInsts
source§fn clone(&self) -> NoDistribInsts
fn clone(&self) -> NoDistribInsts
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 NoDistribInsts
impl !Send for NoDistribInsts
impl !Sync for NoDistribInsts
impl Unpin for NoDistribInsts
impl UnwindSafe for NoDistribInsts
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