pub struct FundBalance1 {
pub ttl_units_fr_unit_ordrs: Option<FinancialInstrumentQuantity1>,
pub ttl_units_fr_csh_ordrs: Option<FinancialInstrumentQuantity1>,
pub ttl_csh_fr_unit_ordrs: Option<ActiveOrHistoricCurrencyAndAmount>,
pub ttl_csh_fr_csh_ordrs: Option<ActiveOrHistoricCurrencyAndAmount>,
}Fields§
§ttl_units_fr_unit_ordrs: Option<FinancialInstrumentQuantity1>§ttl_units_fr_csh_ordrs: Option<FinancialInstrumentQuantity1>§ttl_csh_fr_unit_ordrs: Option<ActiveOrHistoricCurrencyAndAmount>§ttl_csh_fr_csh_ordrs: Option<ActiveOrHistoricCurrencyAndAmount>Implementations§
Source§impl FundBalance1
impl FundBalance1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FundBalance1
impl RefUnwindSafe for FundBalance1
impl Send for FundBalance1
impl Sync for FundBalance1
impl Unpin for FundBalance1
impl UnwindSafe for FundBalance1
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