pub struct PositionSetMetrics12 {
pub vol_mtrcs: Option<VolumeMetrics6>,
pub hrcut_or_mrgn: Option<f64>,
pub qty_or_nmnl_amt: Option<QuantityNominalValue2Choice>,
}Fields§
§vol_mtrcs: Option<VolumeMetrics6>§hrcut_or_mrgn: Option<f64>§qty_or_nmnl_amt: Option<QuantityNominalValue2Choice>Implementations§
Source§impl PositionSetMetrics12
impl PositionSetMetrics12
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PositionSetMetrics12
impl RefUnwindSafe for PositionSetMetrics12
impl Send for PositionSetMetrics12
impl Sync for PositionSetMetrics12
impl Unpin for PositionSetMetrics12
impl UnwindSafe for PositionSetMetrics12
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