pub struct SettlementInstructionRequest {
Show 16 fields pub settl_inst_req_id: Vec<u8, Global>, pub transact_time: Vec<u8, Global>, pub parties: Option<Vec<Parties, Global>>, pub alloc_account: Option<Vec<u8, Global>>, pub alloc_acct_id_source: Option<i64>, pub side: Option<Side>, pub product: Option<Product>, pub security_type: Option<SecurityType>, pub cfi_code: Option<Vec<u8, Global>>, pub settl_currency: Option<Currency>, pub effective_time: Option<Vec<u8, Global>>, pub expire_time: Option<Vec<u8, Global>>, pub last_update_time: Option<Vec<u8, Global>>, pub stand_inst_db_type: Option<StandInstDbType>, pub stand_inst_db_name: Option<Vec<u8, Global>>, pub stand_inst_db_id: Option<Vec<u8, Global>>,
}

Fields

settl_inst_req_id: Vec<u8, Global>transact_time: Vec<u8, Global>parties: Option<Vec<Parties, Global>>alloc_account: Option<Vec<u8, Global>>alloc_acct_id_source: Option<i64>side: Option<Side>product: Option<Product>security_type: Option<SecurityType>cfi_code: Option<Vec<u8, Global>>settl_currency: Option<Currency>effective_time: Option<Vec<u8, Global>>expire_time: Option<Vec<u8, Global>>last_update_time: Option<Vec<u8, Global>>stand_inst_db_type: Option<StandInstDbType>stand_inst_db_name: Option<Vec<u8, Global>>stand_inst_db_id: Option<Vec<u8, Global>>

Trait Implementations

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