pub struct OpenInterest1 {
pub grss_ntnl_amt: ActiveCurrencyAnd24Amount,
pub nb_of_lots: Option<f64>,
}Fields§
§grss_ntnl_amt: ActiveCurrencyAnd24Amount§nb_of_lots: Option<f64>Implementations§
Source§impl OpenInterest1
impl OpenInterest1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OpenInterest1
impl RefUnwindSafe for OpenInterest1
impl Send for OpenInterest1
impl Sync for OpenInterest1
impl Unpin for OpenInterest1
impl UnwindSafe for OpenInterest1
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