pub struct VolumeCapReport2 {
pub tech_rcrd_id: Option<String>,
pub id: String,
pub ccy: String,
pub ttl_tradg_vol: f64,
pub ttl_ref_pric_tradg_vol: f64,
pub ttl_ngtd_txs_tradg_vol: f64,
}Fields§
§tech_rcrd_id: Option<String>§id: String§ccy: String§ttl_tradg_vol: f64§ttl_ref_pric_tradg_vol: f64§ttl_ngtd_txs_tradg_vol: f64Implementations§
Source§impl VolumeCapReport2
impl VolumeCapReport2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for VolumeCapReport2
impl RefUnwindSafe for VolumeCapReport2
impl Send for VolumeCapReport2
impl Sync for VolumeCapReport2
impl Unpin for VolumeCapReport2
impl UnwindSafe for VolumeCapReport2
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