Struct fix_rs::message::Meta [] [src]

pub struct Meta {
    pub begin_string: FIXVersion,
    pub body_length: u64,
    pub checksum: u8,
}

Fields

Trait Implementations

impl Clone for Meta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Meta
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.