pub struct TradeCounterpartyReport20 {
pub rptg_ctr_pty: Counterparty45,
pub othr_ctr_pty: Counterparty46,
pub brkr: Option<OrganisationIdentification15Choice>,
pub submitg_agt: Option<OrganisationIdentification15Choice>,
pub clr_mmb: Option<PartyIdentification248Choice>,
pub bnfcry: Option<Vec<PartyIdentification248Choice>>,
pub ntty_rspnsbl_for_rpt: Option<OrganisationIdentification15Choice>,
pub exctn_agt: Option<Vec<OrganisationIdentification15Choice>>,
pub rltsh_rcrd: Option<Vec<TradeCounterpartyRelationshipRecord1>>,
}Fields§
§rptg_ctr_pty: Counterparty45§othr_ctr_pty: Counterparty46§brkr: Option<OrganisationIdentification15Choice>§submitg_agt: Option<OrganisationIdentification15Choice>§clr_mmb: Option<PartyIdentification248Choice>§bnfcry: Option<Vec<PartyIdentification248Choice>>§ntty_rspnsbl_for_rpt: Option<OrganisationIdentification15Choice>§exctn_agt: Option<Vec<OrganisationIdentification15Choice>>§rltsh_rcrd: Option<Vec<TradeCounterpartyRelationshipRecord1>>Implementations§
Source§impl TradeCounterpartyReport20
impl TradeCounterpartyReport20
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeCounterpartyReport20
impl RefUnwindSafe for TradeCounterpartyReport20
impl Send for TradeCounterpartyReport20
impl Sync for TradeCounterpartyReport20
impl Unpin for TradeCounterpartyReport20
impl UnwindSafe for TradeCounterpartyReport20
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