Struct coinbase_api::FullBook[][src]

pub struct FullBook {
    pub sequence: u64,
    pub bids: Vec<(Decimal, Decimal, String)>,
    pub asks: Vec<(Decimal, Decimal, String)>,
}

Non aggregated book of orders.

Fields

List of (price, size, order_id).

Trait Implementations

impl BookLevel<FullBook> for Full
[src]

impl Debug for FullBook
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FullBook

impl Sync for FullBook