Struct easyfix_messages::messages::StreamAssignmentReport
source · pub struct StreamAssignmentReport {
pub stream_asgn_rpt_id: FixString,
pub stream_asgn_req_type: Option<StreamAsgnReqType>,
pub stream_asgn_req_id: Option<FixString>,
pub strm_asgn_rpt_grp: Option<Vec<StrmAsgnRptGrp>>,
}
Fields§
§stream_asgn_rpt_id: FixString
§stream_asgn_req_type: Option<StreamAsgnReqType>
§stream_asgn_req_id: Option<FixString>
§strm_asgn_rpt_grp: Option<Vec<StrmAsgnRptGrp>>
Implementations§
Trait Implementations§
source§impl Clone for StreamAssignmentReport
impl Clone for StreamAssignmentReport
source§fn clone(&self) -> StreamAssignmentReport
fn clone(&self) -> StreamAssignmentReport
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 StreamAssignmentReport
impl Debug for StreamAssignmentReport
source§impl From<StreamAssignmentReport> for Message
impl From<StreamAssignmentReport> for Message
source§fn from(msg: StreamAssignmentReport) -> Message
fn from(msg: StreamAssignmentReport) -> Message
Converts to this type from the input type.