pub struct AbnormalValuesTransactionData2 {
pub tx_id: TradeTransactionIdentification24,
pub ntnl_amt: Option<NotionalAmountLegs5>,
pub ntnl_qty: Option<NotionalQuantityLegs5>,
}Fields§
§tx_id: TradeTransactionIdentification24§ntnl_amt: Option<NotionalAmountLegs5>§ntnl_qty: Option<NotionalQuantityLegs5>Implementations§
Source§impl AbnormalValuesTransactionData2
impl AbnormalValuesTransactionData2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AbnormalValuesTransactionData2
impl RefUnwindSafe for AbnormalValuesTransactionData2
impl Send for AbnormalValuesTransactionData2
impl Sync for AbnormalValuesTransactionData2
impl Unpin for AbnormalValuesTransactionData2
impl UnwindSafe for AbnormalValuesTransactionData2
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