pub struct SecuredMarketTransaction4 {Show 20 fields
pub rptd_tx_sts: TransactionOperationType1Code,
pub nvtn_sts: Option<NovationStatus1Code>,
pub brnch_id: Option<String>,
pub unq_tx_idr: Option<String>,
pub prtry_tx_id: String,
pub rltd_prtry_tx_id: Option<String>,
pub ctr_pty_prtry_tx_id: Option<String>,
pub ctr_pty_id: CounterpartyIdentification3Choice,
pub trpty_agt_id: Option<String>,
pub trad_dt: DateAndDateTimeChoice,
pub sttlm_dt: String,
pub mtrty_dt: String,
pub tx_tp: MoneyMarketTransactionType1Code,
pub tx_nmnl_amt: ActiveCurrencyAndAmount,
pub rate_tp: InterestRateType1Code,
pub deal_rate: Option<f64>,
pub fltg_rate_rp_agrmt: Option<FloatingRateNote2>,
pub brkrd_deal: Option<BrokeredDeal1Code>,
pub coll: Collateral18,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§rptd_tx_sts: TransactionOperationType1Code§nvtn_sts: Option<NovationStatus1Code>§brnch_id: Option<String>§unq_tx_idr: Option<String>§prtry_tx_id: String§rltd_prtry_tx_id: Option<String>§ctr_pty_prtry_tx_id: Option<String>§ctr_pty_id: CounterpartyIdentification3Choice§trpty_agt_id: Option<String>§trad_dt: DateAndDateTimeChoice§sttlm_dt: String§mtrty_dt: String§tx_tp: MoneyMarketTransactionType1Code§tx_nmnl_amt: ActiveCurrencyAndAmount§rate_tp: InterestRateType1Code§deal_rate: Option<f64>§fltg_rate_rp_agrmt: Option<FloatingRateNote2>§brkrd_deal: Option<BrokeredDeal1Code>§coll: Collateral18§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl SecuredMarketTransaction4
impl SecuredMarketTransaction4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecuredMarketTransaction4
impl RefUnwindSafe for SecuredMarketTransaction4
impl Send for SecuredMarketTransaction4
impl Sync for SecuredMarketTransaction4
impl Unpin for SecuredMarketTransaction4
impl UnwindSafe for SecuredMarketTransaction4
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