pub struct AmountAndCurrencyExchange4 {
pub instd_amt: Option<AmountAndCurrencyExchangeDetails5>,
pub tx_amt: Option<AmountAndCurrencyExchangeDetails5>,
pub cntr_val_amt: Option<AmountAndCurrencyExchangeDetails5>,
pub anncd_pstng_amt: Option<AmountAndCurrencyExchangeDetails5>,
pub prtry_amt: Option<Vec<AmountAndCurrencyExchangeDetails6>>,
}Fields§
§instd_amt: Option<AmountAndCurrencyExchangeDetails5>§tx_amt: Option<AmountAndCurrencyExchangeDetails5>§cntr_val_amt: Option<AmountAndCurrencyExchangeDetails5>§anncd_pstng_amt: Option<AmountAndCurrencyExchangeDetails5>§prtry_amt: Option<Vec<AmountAndCurrencyExchangeDetails6>>Implementations§
Source§impl AmountAndCurrencyExchange4
impl AmountAndCurrencyExchange4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AmountAndCurrencyExchange4
impl RefUnwindSafe for AmountAndCurrencyExchange4
impl Send for AmountAndCurrencyExchange4
impl Sync for AmountAndCurrencyExchange4
impl Unpin for AmountAndCurrencyExchange4
impl UnwindSafe for AmountAndCurrencyExchange4
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