pub struct TransactionParties12 {
pub initg_pty: Option<Party50Choice>,
pub dbtr: Option<Party50Choice>,
pub dbtr_acct: Option<CashAccount40>,
pub ultmt_dbtr: Option<Party50Choice>,
pub cdtr: Option<Party50Choice>,
pub cdtr_acct: Option<CashAccount40>,
pub ultmt_cdtr: Option<Party50Choice>,
pub tradg_pty: Option<Party50Choice>,
pub prtry: Option<Vec<ProprietaryParty6>>,
}Fields§
§initg_pty: Option<Party50Choice>§dbtr: Option<Party50Choice>§dbtr_acct: Option<CashAccount40>§ultmt_dbtr: Option<Party50Choice>§cdtr: Option<Party50Choice>§cdtr_acct: Option<CashAccount40>§ultmt_cdtr: Option<Party50Choice>§tradg_pty: Option<Party50Choice>§prtry: Option<Vec<ProprietaryParty6>>Implementations§
Source§impl TransactionParties12
impl TransactionParties12
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransactionParties12
impl RefUnwindSafe for TransactionParties12
impl Send for TransactionParties12
impl Sync for TransactionParties12
impl Unpin for TransactionParties12
impl UnwindSafe for TransactionParties12
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