pub struct TradeTransactionIdentification24 {
pub tech_rcrd_id: Option<String>,
pub actn_tp: Option<TransactionOperationType10Code>,
pub rptg_tm_stmp: Option<String>,
pub deriv_evt_tp: Option<DerivativeEventType3Code>,
pub deriv_evt_tm_stmp: Option<DateAndDateTime2Choice>,
pub othr_ctr_pty: Option<PartyIdentification248Choice>,
pub unq_idr: Option<UniqueTransactionIdentifier2Choice>,
pub mstr_agrmt: Option<MasterAgreement8>,
pub coll_prtfl_cd: Option<CollateralPortfolioCode5Choice>,
}Fields§
§tech_rcrd_id: Option<String>§actn_tp: Option<TransactionOperationType10Code>§rptg_tm_stmp: Option<String>§deriv_evt_tp: Option<DerivativeEventType3Code>§deriv_evt_tm_stmp: Option<DateAndDateTime2Choice>§othr_ctr_pty: Option<PartyIdentification248Choice>§unq_idr: Option<UniqueTransactionIdentifier2Choice>§mstr_agrmt: Option<MasterAgreement8>§coll_prtfl_cd: Option<CollateralPortfolioCode5Choice>Implementations§
Source§impl TradeTransactionIdentification24
impl TradeTransactionIdentification24
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeTransactionIdentification24
impl RefUnwindSafe for TradeTransactionIdentification24
impl Send for TradeTransactionIdentification24
impl Sync for TradeTransactionIdentification24
impl Unpin for TradeTransactionIdentification24
impl UnwindSafe for TradeTransactionIdentification24
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