Struct easyfix_messages::messages::SettlInstGrp  
source · [−]pub struct SettlInstGrp {Show 26 fields
    pub settl_inst_id: Option<Str>,
    pub settl_inst_trans_type: Option<SettlInstTransType>,
    pub settl_inst_ref_id: Option<Str>,
    pub parties: Option<Vec<Parties>>,
    pub side: Option<Side>,
    pub product: Option<Product>,
    pub security_type: Option<SecurityType>,
    pub cfi_code: Option<Str>,
    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<Str>,
    pub stand_inst_db_id: Option<Str>,
    pub dlvy_inst_grp: Option<Vec<DlvyInstGrp>>,
    pub payment_method: Option<PaymentMethod>,
    pub payment_ref: Option<Str>,
    pub card_holder_name: Option<Str>,
    pub card_number: Option<Str>,
    pub card_start_date: Option<LocalMktDate>,
    pub card_exp_date: Option<LocalMktDate>,
    pub card_iss_num: Option<Str>,
    pub payment_date: Option<LocalMktDate>,
    pub payment_remitter_id: Option<Str>,
}Fields
settl_inst_id: Option<Str>settl_inst_trans_type: Option<SettlInstTransType>settl_inst_ref_id: Option<Str>parties: Option<Vec<Parties>>side: Option<Side>product: Option<Product>security_type: Option<SecurityType>cfi_code: Option<Str>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<Str>stand_inst_db_id: Option<Str>dlvy_inst_grp: Option<Vec<DlvyInstGrp>>payment_method: Option<PaymentMethod>payment_ref: Option<Str>card_holder_name: Option<Str>card_number: Option<Str>card_start_date: Option<LocalMktDate>card_exp_date: Option<LocalMktDate>card_iss_num: Option<Str>payment_date: Option<LocalMktDate>payment_remitter_id: Option<Str>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SettlInstGrp
impl Send for SettlInstGrp
impl Sync for SettlInstGrp
impl Unpin for SettlInstGrp
impl UnwindSafe for SettlInstGrp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more