pub struct SettlementInstructions {
    pub settl_inst_msg_id: FixString,
    pub settl_inst_req_id: Option<FixString>,
    pub settl_inst_mode: SettlInstMode,
    pub settl_inst_req_rej_code: Option<SettlInstReqRejCode>,
    pub text: Option<FixString>,
    pub encoded_text: Option<Data>,
    pub cl_ord_id: Option<FixString>,
    pub transact_time: UtcTimestamp,
    pub settl_inst_grp: Option<Vec<SettlInstGrp>>,
}Fields§
§settl_inst_msg_id: FixStringTag 777.
settl_inst_req_id: Option<FixString>Tag 791.
settl_inst_mode: SettlInstModeTag 160.
settl_inst_req_rej_code: Option<SettlInstReqRejCode>Tag 792.
text: Option<FixString>Tag 58.
encoded_text: Option<Data>Tag 355.
cl_ord_id: Option<FixString>Tag 11.
transact_time: UtcTimestampTag 60.
settl_inst_grp: Option<Vec<SettlInstGrp>>Tag 778.
Implementations§
Trait Implementations§
source§impl Clone for SettlementInstructions
 
impl Clone for SettlementInstructions
source§fn clone(&self) -> SettlementInstructions
 
fn clone(&self) -> SettlementInstructions
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for SettlementInstructions
 
impl Debug for SettlementInstructions
source§impl Default for SettlementInstructions
 
impl Default for SettlementInstructions
source§fn default() -> SettlementInstructions
 
fn default() -> SettlementInstructions
Returns the “default value” for a type. Read more
source§impl From<SettlementInstructions> for Message
 
impl From<SettlementInstructions> for Message
source§fn from(msg: SettlementInstructions) -> Message
 
fn from(msg: SettlementInstructions) -> Message
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SettlementInstructions
impl RefUnwindSafe for SettlementInstructions
impl Send for SettlementInstructions
impl Sync for SettlementInstructions
impl Unpin for SettlementInstructions
impl UnwindSafe for SettlementInstructions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)