pub struct OvernightIndexSwapTransaction4 {Show 15 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 trad_dt: DateAndDateTimeChoice,
pub start_dt: String,
pub mtrty_dt: String,
pub fxd_intrst_rate: f64,
pub tx_tp: OvernightIndexSwapType1Code,
pub tx_nmnl_amt: ActiveCurrencyAndAmount,
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§trad_dt: DateAndDateTimeChoice§start_dt: String§mtrty_dt: String§fxd_intrst_rate: f64§tx_tp: OvernightIndexSwapType1Code§tx_nmnl_amt: ActiveCurrencyAndAmount§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl OvernightIndexSwapTransaction4
impl OvernightIndexSwapTransaction4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OvernightIndexSwapTransaction4
impl RefUnwindSafe for OvernightIndexSwapTransaction4
impl Send for OvernightIndexSwapTransaction4
impl Sync for OvernightIndexSwapTransaction4
impl Unpin for OvernightIndexSwapTransaction4
impl UnwindSafe for OvernightIndexSwapTransaction4
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