pub struct UnderlyingAmount {
pub underlying_pay_amount: Option<Amt>,
pub underlying_collect_amount: Option<Amt>,
pub underlying_settlement_date: Option<LocalMktDate>,
pub underlying_settlement_status: Option<FixString>,
}
Fields§
§underlying_pay_amount: Option<Amt>
Tag 985.
underlying_collect_amount: Option<Amt>
Tag 986.
underlying_settlement_date: Option<LocalMktDate>
Tag 987.
underlying_settlement_status: Option<FixString>
Tag 988.
Trait Implementations§
Source§impl Clone for UnderlyingAmount
impl Clone for UnderlyingAmount
Source§fn clone(&self) -> UnderlyingAmount
fn clone(&self) -> UnderlyingAmount
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UnderlyingAmount
impl Debug for UnderlyingAmount
Source§impl Default for UnderlyingAmount
impl Default for UnderlyingAmount
Source§fn default() -> UnderlyingAmount
fn default() -> UnderlyingAmount
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UnderlyingAmount
impl RefUnwindSafe for UnderlyingAmount
impl Send for UnderlyingAmount
impl Sync for UnderlyingAmount
impl Unpin for UnderlyingAmount
impl UnwindSafe for UnderlyingAmount
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