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

pub struct OrderBook { /* fields omitted */ }

Structure representing an order book.

Methods

impl OrderBook
[src]

Important traits for &'a mut [u8]
[src]

Gets the list of buying orders.

Important traits for &'a mut [u8]
[src]

Gets the list of selling orders.

Trait Implementations

impl Debug for OrderBook
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for OrderBook
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for OrderBook

impl Sync for OrderBook