InvestigationRequest3

Struct InvestigationRequest3 

Source
pub struct InvestigationRequest3 {
Show 14 fields pub msg_id: String, pub rqstr_invstgtn_id: Option<String>, pub rspndr_invstgtn_id: Option<String>, pub eir: Option<String>, pub req_actn: Option<InvestigationRequestAction1>, pub invstgtn_tp: InvestigationType1Choice, pub invstgtn_sub_tp: Option<InvestigationSubType1Choice>, pub undrlyg_instrm: Option<UnderlyingInvestigationInstrument1Choice>, pub undrlyg: Option<UnderlyingData2Choice>, pub rqstr: Party40Choice, pub rspndr: Party40Choice, pub req_orgtr: Option<Party40Choice>, pub xpctd_rspndr: Option<Party40Choice>, pub svc_lvl: Option<Vec<InvestigationServiceLevel1Choice>>,
}

Fields§

§msg_id: String§rqstr_invstgtn_id: Option<String>§rspndr_invstgtn_id: Option<String>§eir: Option<String>§req_actn: Option<InvestigationRequestAction1>§invstgtn_tp: InvestigationType1Choice§invstgtn_sub_tp: Option<InvestigationSubType1Choice>§undrlyg_instrm: Option<UnderlyingInvestigationInstrument1Choice>§undrlyg: Option<UnderlyingData2Choice>§rqstr: Party40Choice§rspndr: Party40Choice§req_orgtr: Option<Party40Choice>§xpctd_rspndr: Option<Party40Choice>§svc_lvl: Option<Vec<InvestigationServiceLevel1Choice>>

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.