pub struct SettlementInstructionRequest {Show 16 fields
pub settl_inst_req_id: FixString,
pub transact_time: UtcTimestamp,
pub parties: Option<Vec<Parties>>,
pub alloc_account: Option<FixString>,
pub alloc_acct_id_source: Option<Int>,
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 stand_inst_db_type: Option<StandInstDbType>,
pub stand_inst_db_name: Option<FixString>,
pub stand_inst_db_id: Option<FixString>,
}
Fields§
§settl_inst_req_id: FixString
Tag 791.
transact_time: UtcTimestamp
Tag 60.
parties: Option<Vec<Parties>>
Tag 453.
alloc_account: Option<FixString>
Tag 79.
alloc_acct_id_source: Option<Int>
Tag 661.
side: Option<Side>
Tag 54.
product: Option<Product>
Tag 460.
security_type: Option<SecurityType>
Tag 167.
cfi_code: Option<FixString>
Tag 461.
settl_currency: Option<Currency>
Tag 120.
effective_time: Option<UtcTimestamp>
Tag 168.
expire_time: Option<UtcTimestamp>
Tag 126.
last_update_time: Option<UtcTimestamp>
Tag 779.
stand_inst_db_type: Option<StandInstDbType>
Tag 169.
stand_inst_db_name: Option<FixString>
Tag 170.
stand_inst_db_id: Option<FixString>
Tag 171.
Implementations§
Trait Implementations§
Source§impl Clone for SettlementInstructionRequest
impl Clone for SettlementInstructionRequest
Source§fn clone(&self) -> SettlementInstructionRequest
fn clone(&self) -> SettlementInstructionRequest
Returns a copy of the value. Read more
1.0.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 SettlementInstructionRequest
impl Debug for SettlementInstructionRequest
Source§impl Default for SettlementInstructionRequest
impl Default for SettlementInstructionRequest
Source§fn default() -> SettlementInstructionRequest
fn default() -> SettlementInstructionRequest
Returns the “default value” for a type. Read more
Source§impl From<SettlementInstructionRequest> for Message
impl From<SettlementInstructionRequest> for Message
Source§fn from(msg: SettlementInstructionRequest) -> Message
fn from(msg: SettlementInstructionRequest) -> Message
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SettlementInstructionRequest
impl RefUnwindSafe for SettlementInstructionRequest
impl Send for SettlementInstructionRequest
impl Sync for SettlementInstructionRequest
impl Unpin for SettlementInstructionRequest
impl UnwindSafe for SettlementInstructionRequest
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