pub struct SettlementObligationReport {
pub appl_id: Option<FixString>,
pub appl_seq_num: Option<SeqNum>,
pub appl_last_seq_num: Option<SeqNum>,
pub appl_resend_flag: Option<Boolean>,
pub clearing_business_date: Option<LocalMktDate>,
pub settlement_cycle_no: Option<Int>,
pub settl_oblig_msg_id: FixString,
pub settl_oblig_mode: SettlObligMode,
pub text: Option<FixString>,
pub encoded_text: Option<Data>,
pub transact_time: Option<UtcTimestamp>,
pub settl_obligation_instructions: Vec<SettlObligationInstructions>,
}
Fields§
§appl_id: Option<FixString>
Tag 1180.
appl_seq_num: Option<SeqNum>
Tag 1181.
appl_last_seq_num: Option<SeqNum>
Tag 1350.
appl_resend_flag: Option<Boolean>
Tag 1352.
clearing_business_date: Option<LocalMktDate>
Tag 715.
settlement_cycle_no: Option<Int>
Tag 1153.
settl_oblig_msg_id: FixString
Tag 1160.
settl_oblig_mode: SettlObligMode
Tag 1159.
text: Option<FixString>
Tag 58.
encoded_text: Option<Data>
Tag 355.
transact_time: Option<UtcTimestamp>
Tag 60.
settl_obligation_instructions: Vec<SettlObligationInstructions>
Tag 1165.
Implementations§
Trait Implementations§
Source§impl Clone for SettlementObligationReport
impl Clone for SettlementObligationReport
Source§fn clone(&self) -> SettlementObligationReport
fn clone(&self) -> SettlementObligationReport
Returns a duplicate 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 SettlementObligationReport
impl Debug for SettlementObligationReport
Source§impl Default for SettlementObligationReport
impl Default for SettlementObligationReport
Source§fn default() -> SettlementObligationReport
fn default() -> SettlementObligationReport
Returns the “default value” for a type. Read more
Source§impl From<SettlementObligationReport> for Message
impl From<SettlementObligationReport> for Message
Source§fn from(msg: SettlementObligationReport) -> Message
fn from(msg: SettlementObligationReport) -> Message
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SettlementObligationReport
impl RefUnwindSafe for SettlementObligationReport
impl Send for SettlementObligationReport
impl Sync for SettlementObligationReport
impl Unpin for SettlementObligationReport
impl UnwindSafe for SettlementObligationReport
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