pub struct NoSettlInst { /* private fields */ }Implementations§
source§impl NoSettlInst
impl NoSettlInst
source§impl NoSettlInst
impl NoSettlInst
pub fn get_settl_inst_id(&self) -> Option<SettlInstID>
pub fn get_settl_inst_trans_type(&self) -> Option<SettlInstTransType>
pub fn get_settl_inst_ref_id(&self) -> Option<SettlInstRefID>
pub fn clone_group_no_party_i_ds(&self, index: usize) -> Option<NoPartyIDs>
pub fn get_side(&self) -> Option<Side>
pub fn get_product(&self) -> Option<Product>
pub fn get_security_type(&self) -> Option<SecurityType>
pub fn get_cfi_code(&self) -> Option<CFICode>
pub fn get_settl_currency(&self) -> Option<SettlCurrency>
pub fn get_effective_time(&self) -> Option<EffectiveTime>
pub fn get_expire_time(&self) -> Option<ExpireTime>
pub fn get_last_update_time(&self) -> Option<LastUpdateTime>
pub fn get_settl_delivery_type(&self) -> Option<SettlDeliveryType>
pub fn get_stand_inst_db_type(&self) -> Option<StandInstDbType>
pub fn get_stand_inst_db_name(&self) -> Option<StandInstDbName>
pub fn get_stand_inst_db_id(&self) -> Option<StandInstDbID>
pub fn clone_group_no_dlvy_inst(&self, index: usize) -> Option<NoDlvyInst>
pub fn get_payment_method(&self) -> Option<PaymentMethod>
pub fn get_payment_ref(&self) -> Option<PaymentRef>
pub fn get_card_holder_name(&self) -> Option<CardHolderName>
pub fn get_card_number(&self) -> Option<CardNumber>
pub fn get_card_start_date(&self) -> Option<CardStartDate>
pub fn get_card_exp_date(&self) -> Option<CardExpDate>
pub fn get_card_iss_num(&self) -> Option<CardIssNum>
pub fn get_payment_date(&self) -> Option<PaymentDate>
pub fn get_payment_remitter_id(&self) -> Option<PaymentRemitterID>
pub fn set_settl_inst_id( &mut self, value: SettlInstID ) -> Result<&Self, QuickFixError>
pub fn remove_settl_inst_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_settl_inst_trans_type( &mut self, value: SettlInstTransType ) -> Result<&Self, QuickFixError>
pub fn remove_settl_inst_trans_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_settl_inst_ref_id( &mut self, value: SettlInstRefID ) -> Result<&Self, QuickFixError>
pub fn remove_settl_inst_ref_id(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_party_i_ds( &mut self, value: NoPartyIDs ) -> Result<&Self, QuickFixError>
pub fn set_side(&mut self, value: Side) -> Result<&Self, QuickFixError>
pub fn remove_side(&mut self) -> Result<&Self, QuickFixError>
pub fn set_product(&mut self, value: Product) -> Result<&Self, QuickFixError>
pub fn remove_product(&mut self) -> Result<&Self, QuickFixError>
pub fn set_security_type( &mut self, value: SecurityType ) -> Result<&Self, QuickFixError>
pub fn remove_security_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_cfi_code(&mut self, value: CFICode) -> Result<&Self, QuickFixError>
pub fn remove_cfi_code(&mut self) -> Result<&Self, QuickFixError>
pub fn set_settl_currency( &mut self, value: SettlCurrency ) -> Result<&Self, QuickFixError>
pub fn remove_settl_currency(&mut self) -> Result<&Self, QuickFixError>
pub fn set_effective_time( &mut self, value: EffectiveTime ) -> Result<&Self, QuickFixError>
pub fn remove_effective_time(&mut self) -> Result<&Self, QuickFixError>
pub fn set_expire_time( &mut self, value: ExpireTime ) -> Result<&Self, QuickFixError>
pub fn remove_expire_time(&mut self) -> Result<&Self, QuickFixError>
pub fn set_last_update_time( &mut self, value: LastUpdateTime ) -> Result<&Self, QuickFixError>
pub fn remove_last_update_time(&mut self) -> Result<&Self, QuickFixError>
pub fn set_settl_delivery_type( &mut self, value: SettlDeliveryType ) -> Result<&Self, QuickFixError>
pub fn remove_settl_delivery_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_stand_inst_db_type( &mut self, value: StandInstDbType ) -> Result<&Self, QuickFixError>
pub fn remove_stand_inst_db_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_stand_inst_db_name( &mut self, value: StandInstDbName ) -> Result<&Self, QuickFixError>
pub fn remove_stand_inst_db_name(&mut self) -> Result<&Self, QuickFixError>
pub fn set_stand_inst_db_id( &mut self, value: StandInstDbID ) -> Result<&Self, QuickFixError>
pub fn remove_stand_inst_db_id(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_dlvy_inst( &mut self, value: NoDlvyInst ) -> Result<&Self, QuickFixError>
pub fn set_payment_method( &mut self, value: PaymentMethod ) -> Result<&Self, QuickFixError>
pub fn remove_payment_method(&mut self) -> Result<&Self, QuickFixError>
pub fn set_payment_ref( &mut self, value: PaymentRef ) -> Result<&Self, QuickFixError>
pub fn remove_payment_ref(&mut self) -> Result<&Self, QuickFixError>
pub fn set_card_holder_name( &mut self, value: CardHolderName ) -> Result<&Self, QuickFixError>
pub fn remove_card_holder_name(&mut self) -> Result<&Self, QuickFixError>
pub fn set_card_number( &mut self, value: CardNumber ) -> Result<&Self, QuickFixError>
pub fn remove_card_number(&mut self) -> Result<&Self, QuickFixError>
pub fn set_card_start_date( &mut self, value: CardStartDate ) -> Result<&Self, QuickFixError>
pub fn remove_card_start_date(&mut self) -> Result<&Self, QuickFixError>
pub fn set_card_exp_date( &mut self, value: CardExpDate ) -> Result<&Self, QuickFixError>
pub fn remove_card_exp_date(&mut self) -> Result<&Self, QuickFixError>
pub fn set_card_iss_num( &mut self, value: CardIssNum ) -> Result<&Self, QuickFixError>
pub fn remove_card_iss_num(&mut self) -> Result<&Self, QuickFixError>
pub fn set_payment_date( &mut self, value: PaymentDate ) -> Result<&Self, QuickFixError>
pub fn remove_payment_date(&mut self) -> Result<&Self, QuickFixError>
pub fn set_payment_remitter_id( &mut self, value: PaymentRemitterID ) -> Result<&Self, QuickFixError>
pub fn remove_payment_remitter_id(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoSettlInst
impl Clone for NoSettlInst
source§fn clone(&self) -> NoSettlInst
fn clone(&self) -> NoSettlInst
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 NoSettlInst
impl !Send for NoSettlInst
impl !Sync for NoSettlInst
impl Unpin for NoSettlInst
impl UnwindSafe for NoSettlInst
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