Struct fcoin::order::Orderbook [−][src]
pub struct Orderbook {
pub bids: Vec<f64>,
pub asks: Vec<f64>,
pub ts: i64,
pub seq: i64,
pub order_type: String,
}Fields
bids: Vec<f64>
asks: Vec<f64>
ts: i64
seq: i64
order_type: String
Trait Implementations
impl Debug for Orderbook[src]
impl Debug for Orderbookfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Orderbook[src]
impl PartialEq for Orderbook