pub struct TradeTransactionIdentification15 {
pub rptg_ctr_pty: OrganisationIdentification15Choice,
pub othr_ctr_pty: PartyIdentification236Choice,
pub unq_trad_idr: Option<String>,
pub mstr_agrmt: Option<MasterAgreement7>,
pub agt_lndr: Option<OrganisationIdentification15Choice>,
pub trpty_agt: Option<OrganisationIdentification15Choice>,
}Fields§
§rptg_ctr_pty: OrganisationIdentification15Choice§othr_ctr_pty: PartyIdentification236Choice§unq_trad_idr: Option<String>§mstr_agrmt: Option<MasterAgreement7>§agt_lndr: Option<OrganisationIdentification15Choice>§trpty_agt: Option<OrganisationIdentification15Choice>Implementations§
Source§impl TradeTransactionIdentification15
impl TradeTransactionIdentification15
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeTransactionIdentification15
impl RefUnwindSafe for TradeTransactionIdentification15
impl Send for TradeTransactionIdentification15
impl Sync for TradeTransactionIdentification15
impl Unpin for TradeTransactionIdentification15
impl UnwindSafe for TradeTransactionIdentification15
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