Struct easyfix_messages::groups::SettlInstGrp

source ·
pub struct SettlInstGrp {
Show 26 fields pub settl_inst_id: Option<FixString>, pub settl_inst_trans_type: Option<SettlInstTransType>, pub settl_inst_ref_id: Option<FixString>, pub parties: Option<Vec<Parties>>, pub side: Option<Side>, pub product: Option<Product>, pub security_type: Option<SecurityType>, pub cfi_code: Option<FixString>, pub settl_currency: Option<Currency>, pub effective_time: Option<UtcTimestamp>, pub expire_time: Option<UtcTimestamp>, pub last_update_time: Option<UtcTimestamp>, pub settl_delivery_type: Option<SettlDeliveryType>, pub stand_inst_db_type: Option<StandInstDbType>, pub stand_inst_db_name: Option<FixString>, pub stand_inst_db_id: Option<FixString>, pub dlvy_inst_grp: Option<Vec<DlvyInstGrp>>, pub payment_method: Option<PaymentMethod>, pub payment_ref: Option<FixString>, pub card_holder_name: Option<FixString>, pub card_number: Option<FixString>, pub card_start_date: Option<LocalMktDate>, pub card_exp_date: Option<LocalMktDate>, pub card_iss_num: Option<FixString>, pub payment_date: Option<LocalMktDate>, pub payment_remitter_id: Option<FixString>,
}

Fields§

§settl_inst_id: Option<FixString>§settl_inst_trans_type: Option<SettlInstTransType>§settl_inst_ref_id: Option<FixString>§parties: Option<Vec<Parties>>§side: Option<Side>§product: Option<Product>§security_type: Option<SecurityType>§cfi_code: Option<FixString>§settl_currency: Option<Currency>§effective_time: Option<UtcTimestamp>§expire_time: Option<UtcTimestamp>§last_update_time: Option<UtcTimestamp>§settl_delivery_type: Option<SettlDeliveryType>§stand_inst_db_type: Option<StandInstDbType>§stand_inst_db_name: Option<FixString>§stand_inst_db_id: Option<FixString>§dlvy_inst_grp: Option<Vec<DlvyInstGrp>>§payment_method: Option<PaymentMethod>§payment_ref: Option<FixString>§card_holder_name: Option<FixString>§card_number: Option<FixString>§card_start_date: Option<LocalMktDate>§card_exp_date: Option<LocalMktDate>§card_iss_num: Option<FixString>§payment_date: Option<LocalMktDate>§payment_remitter_id: Option<FixString>

Trait Implementations§

source§

impl Clone for SettlInstGrp

source§

fn clone(&self) -> SettlInstGrp

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SettlInstGrp

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for SettlInstGrp

source§

fn default() -> SettlInstGrp

Returns the “default value” for a type. Read more

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> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
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> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

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

§

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>,

§

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.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more