pub struct News {
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 orig_time: Option<UtcTimestamp>, pub urgency: Option<Urgency>, pub headline: FixString, pub encoded_headline: Option<Data>, pub routing_grp: Option<Vec<RoutingGrp>>, pub instrmt_grp: Option<Vec<InstrmtGrp>>, pub instrmt_leg_grp: Option<Vec<InstrmtLegGrp>>, pub und_instrmt_grp: Option<Vec<UndInstrmtGrp>>, pub lines_of_text_grp: Vec<LinesOfTextGrp>, pub url_link: Option<FixString>, pub raw_data: Option<Data>, pub news_id: Option<FixString>, pub news_ref_grp: Option<Vec<NewsRefGrp>>, pub news_category: Option<NewsCategory>, pub language_code: Option<Language>, pub market_id: Option<Exchange>, pub market_segment_id: Option<FixString>,
}

Fields§

§appl_id: Option<FixString>§appl_seq_num: Option<SeqNum>§appl_last_seq_num: Option<SeqNum>§appl_resend_flag: Option<Boolean>§orig_time: Option<UtcTimestamp>§urgency: Option<Urgency>§headline: FixString§encoded_headline: Option<Data>§routing_grp: Option<Vec<RoutingGrp>>§instrmt_grp: Option<Vec<InstrmtGrp>>§instrmt_leg_grp: Option<Vec<InstrmtLegGrp>>§und_instrmt_grp: Option<Vec<UndInstrmtGrp>>§lines_of_text_grp: Vec<LinesOfTextGrp>§url_link: Option<FixString>§raw_data: Option<Data>§news_id: Option<FixString>§news_ref_grp: Option<Vec<NewsRefGrp>>§news_category: Option<NewsCategory>§language_code: Option<Language>§market_id: Option<Exchange>§market_segment_id: Option<FixString>

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.