pub struct RepurchaseAgreement2 {
pub mtrty_dt: String,
pub scnd_leg_pric: ActiveCurrencyAndAmount,
pub coll_mkt_val: ActiveCurrencyAndAmount,
pub ctr_pty: String,
pub rp_agrmt_tp: RepurchaseAgreementType3Choice,
pub trpty_agt_id: Option<String>,
}Fields§
§mtrty_dt: String§scnd_leg_pric: ActiveCurrencyAndAmount§coll_mkt_val: ActiveCurrencyAndAmount§ctr_pty: String§rp_agrmt_tp: RepurchaseAgreementType3Choice§trpty_agt_id: Option<String>Implementations§
Source§impl RepurchaseAgreement2
impl RepurchaseAgreement2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RepurchaseAgreement2
impl RefUnwindSafe for RepurchaseAgreement2
impl Send for RepurchaseAgreement2
impl Sync for RepurchaseAgreement2
impl Unpin for RepurchaseAgreement2
impl UnwindSafe for RepurchaseAgreement2
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