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
sequence: u64
bids: Vec<(Decimal, Decimal, String)>
List of (price, size, order_id).
asks: Vec<(Decimal, Decimal, String)>