Struct fcoin::order::Orderbook[][src]

pub struct Orderbook {
    pub bids: Vec<f64>,
    pub asks: Vec<f64>,
    pub ts: i64,
    pub seq: i64,
    pub order_type: String,
}

Fields

Trait Implementations

impl Debug for Orderbook
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Orderbook
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Orderbook

impl Sync for Orderbook