Struct easyfix::messages::StreamAssignmentReportAck
source · pub struct StreamAssignmentReportAck {
pub stream_asgn_ack_type: StreamAsgnAckType,
pub stream_asgn_rpt_id: FixString,
pub stream_asgn_rej_reason: Option<StreamAsgnRejReason>,
pub text: Option<FixString>,
pub encoded_text: Option<Vec<u8, Global>>,
}Fields§
§stream_asgn_ack_type: StreamAsgnAckType§stream_asgn_rpt_id: FixString§stream_asgn_rej_reason: Option<StreamAsgnRejReason>§text: Option<FixString>§encoded_text: Option<Vec<u8, Global>>Implementations§
Trait Implementations§
source§impl Clone for StreamAssignmentReportAck
impl Clone for StreamAssignmentReportAck
source§fn clone(&self) -> StreamAssignmentReportAck
fn clone(&self) -> StreamAssignmentReportAck
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 StreamAssignmentReportAck
impl Debug for StreamAssignmentReportAck
source§impl From<StreamAssignmentReportAck> for Message
impl From<StreamAssignmentReportAck> for Message
source§fn from(msg: StreamAssignmentReportAck) -> Message
fn from(msg: StreamAssignmentReportAck) -> Message
Converts to this type from the input type.