pub struct SecurityList {
Show 21 fields 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 security_report_id: Option<Int>, pub clearing_business_date: Option<LocalMktDate>, pub security_req_id: Option<FixString>, pub security_response_id: Option<FixString>, pub security_request_result: Option<SecurityRequestResult>, pub tot_no_related_sym: Option<Int>, pub market_id: Option<Exchange>, pub market_segment_id: Option<FixString>, pub last_fragment: Option<Boolean>, pub sec_list_grp: Option<Vec<SecListGrp>>, pub security_list_id: Option<FixString>, pub security_list_ref_id: Option<FixString>, pub security_list_desc: Option<FixString>, pub encoded_security_list_desc: Option<Data>, pub security_list_type: Option<SecurityListType>, pub security_list_type_source: Option<SecurityListTypeSource>, pub transact_time: Option<UtcTimestamp>,
}

Fields

appl_id: Option<FixString>appl_seq_num: Option<SeqNum>appl_last_seq_num: Option<SeqNum>appl_resend_flag: Option<Boolean>security_report_id: Option<Int>clearing_business_date: Option<LocalMktDate>security_req_id: Option<FixString>security_response_id: Option<FixString>security_request_result: Option<SecurityRequestResult>tot_no_related_sym: Option<Int>market_id: Option<Exchange>market_segment_id: Option<FixString>last_fragment: Option<Boolean>sec_list_grp: Option<Vec<SecListGrp>>security_list_id: Option<FixString>security_list_ref_id: Option<FixString>security_list_desc: Option<FixString>encoded_security_list_desc: Option<Data>security_list_type: Option<SecurityListType>security_list_type_source: Option<SecurityListTypeSource>transact_time: Option<UtcTimestamp>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.