Struct bittrex::types::OrderBook [] [src]

pub struct OrderBook { /* fields omitted */ }

Structure representing an order book.

Methods

impl OrderBook
[src]

Gets the list of buying orders.

Gets the list of selling orders.

Trait Implementations

impl Debug for OrderBook
[src]

Formats the value using the given formatter.

impl Clone for OrderBook
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more