SecuredMarketTransaction4

Struct SecuredMarketTransaction4 

Source
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§

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.