Struct fix_rs::message::Meta
[−]
[src]
pub struct Meta {
pub begin_string: FIXVersion,
pub body_length: u64,
pub checksum: u8,
}Fields
begin_string: FIXVersion
body_length: u64
checksum: u8
Trait Implementations
impl Clone for Meta[src]
fn clone(&self) -> Meta
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more