Struct crypto_market_stream::Events [] [src]

pub struct Events {
    pub market: Option<Market>,
    pub pair: Option<Pair>,
    pub events: Vec<Event>,
    pub timestamp: i64,
}

Market stream events.

Fields

Market identifier.

Currency pair.

Vector of events.

Timestamp of market event.

Trait Implementations

impl PartialEq for Events
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for Events
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Events
[src]

[src]

Formats the value using the given formatter.