pub struct SecuritiesTransactionReport2 {
pub tx_id: String,
pub exctg_pty: String,
pub submitg_pty: String,
pub tech_attrbts: Option<RecordTechnicalData2>,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§tx_id: String§exctg_pty: String§submitg_pty: String§tech_attrbts: Option<RecordTechnicalData2>§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl SecuritiesTransactionReport2
impl SecuritiesTransactionReport2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecuritiesTransactionReport2
impl RefUnwindSafe for SecuritiesTransactionReport2
impl Send for SecuritiesTransactionReport2
impl Sync for SecuritiesTransactionReport2
impl Unpin for SecuritiesTransactionReport2
impl UnwindSafe for SecuritiesTransactionReport2
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