Struct itchy::Message [] [src]

pub struct Message {
    pub tag: u8,
    pub stock_locate: u16,
    pub tracking_number: u16,
    pub timestamp: u64,
    pub body: Body,
}

An ITCH protocol message. Refer to the protocol spec for interpretation.

Fields

Trait Implementations

impl Debug for Message
[src]

[src]

Formats the value using the given formatter.

impl Clone for Message
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Message
[src]

[src]

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

[src]

This method tests for !=.