Struct coinbase_api::AggregatedBook [−][src]
pub struct AggregatedBook {
pub sequence: u64,
pub bids: Vec<(Decimal, Decimal, u64)>,
pub asks: Vec<(Decimal, Decimal, u64)>,
}Aggregated book of orders.
Fields
sequence: u64
bids: Vec<(Decimal, Decimal, u64)>
List of (price, size, num-orders).
asks: Vec<(Decimal, Decimal, u64)>
Trait Implementations
impl BookLevel<AggregatedBook> for Best[src]
impl BookLevel<AggregatedBook> for Bestimpl BookLevel<AggregatedBook> for Top50[src]
impl BookLevel<AggregatedBook> for Top50impl Debug for AggregatedBook[src]
impl Debug for AggregatedBookAuto Trait Implementations
impl Send for AggregatedBook
impl Send for AggregatedBookimpl Sync for AggregatedBook
impl Sync for AggregatedBook