pub struct PositionSetTotal2 {
pub nb_of_trds: Option<f64>,
pub postv_val: Option<ActiveOrHistoricCurrencyAnd19DecimalAmount>,
pub neg_val: Option<ActiveOrHistoricCurrencyAnd19DecimalAmount>,
pub ntnl: Option<NotionalAmountLegs6>,
pub othr_pmt_amt: Option<Vec<ActiveOrHistoricCurrencyAnd19DecimalAmount>>,
}Fields§
§nb_of_trds: Option<f64>§postv_val: Option<ActiveOrHistoricCurrencyAnd19DecimalAmount>§neg_val: Option<ActiveOrHistoricCurrencyAnd19DecimalAmount>§ntnl: Option<NotionalAmountLegs6>§othr_pmt_amt: Option<Vec<ActiveOrHistoricCurrencyAnd19DecimalAmount>>Implementations§
Source§impl PositionSetTotal2
impl PositionSetTotal2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PositionSetTotal2
impl RefUnwindSafe for PositionSetTotal2
impl Send for PositionSetTotal2
impl Sync for PositionSetTotal2
impl Unpin for PositionSetTotal2
impl UnwindSafe for PositionSetTotal2
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