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, Global>>, 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<DateTime<Utc>>, pub expire_time: Option<DateTime<Utc>>, pub last_update_time: Option<DateTime<Utc>>, 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, Global>>, 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<NaiveDate>, pub card_exp_date: Option<NaiveDate>, pub card_iss_num: Option<FixString>, pub payment_date: Option<NaiveDate>, 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, Global>>side: Option<Side>product: Option<Product>security_type: Option<SecurityType>cfi_code: Option<FixString>settl_currency: Option<Currency>effective_time: Option<DateTime<Utc>>expire_time: Option<DateTime<Utc>>last_update_time: Option<DateTime<Utc>>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, Global>>payment_method: Option<PaymentMethod>payment_ref: Option<FixString>card_holder_name: Option<FixString>card_number: Option<FixString>card_start_date: Option<NaiveDate>card_exp_date: Option<NaiveDate>card_iss_num: Option<FixString>payment_date: Option<NaiveDate>payment_remitter_id: Option<FixString>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The resulting type after obtaining ownership.

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

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.