Struct easyfix::messages::ApplicationMessageReport
source · pub struct ApplicationMessageReport {
pub appl_report_id: FixString,
pub appl_report_type: ApplReportType,
pub appl_id_report_grp: Option<Vec<ApplIdReportGrp, Global>>,
pub text: Option<FixString>,
pub encoded_text: Option<Vec<u8, Global>>,
pub appl_req_id: Option<FixString>,
}Fields§
§appl_report_id: FixString§appl_report_type: ApplReportType§appl_id_report_grp: Option<Vec<ApplIdReportGrp, Global>>§text: Option<FixString>§encoded_text: Option<Vec<u8, Global>>§appl_req_id: Option<FixString>Implementations§
Trait Implementations§
source§impl Clone for ApplicationMessageReport
impl Clone for ApplicationMessageReport
source§fn clone(&self) -> ApplicationMessageReport
fn clone(&self) -> ApplicationMessageReport
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 ApplicationMessageReport
impl Debug for ApplicationMessageReport
source§impl From<ApplicationMessageReport> for Message
impl From<ApplicationMessageReport> for Message
source§fn from(msg: ApplicationMessageReport) -> Message
fn from(msg: ApplicationMessageReport) -> Message
Converts to this type from the input type.